#55AEC4

Color #55AEC4 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #55AEC4

Tints of Viking #55AEC4

Color information

#55AEC4 (or 0x55AEC4) is unknown color: approx Viking. HEX triplet: 55, AE and C4. RGB value is (85,174,196). Sum of RGB (Red+Green+Blue) = 85+174+196=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 196 - color contains mainly: blue. Hex color #55AEC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AEC4 is #AA513B. Grayscale: #959595. Windows color (decimal): -11161916 or 12889685. OLE color: 12889685.

HSL color Cylindrical-coordinate representation of color #55AEC4: hue angle of 191.89º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55AEC4 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB85174196-
CMYK0.570.1100.23
HSL191.89º48.47%55.1%-
HSV(B)191.89º56.63%76.86%-
XYZ28.8536.1957.69-
YUV149.9154.0181.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 18.68%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 196 (76.95% from 255) = 43.08%
R=18.68%
G=38.24%
B=43.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851741960.570.1100.23191.8948.4755.1
Hex55AEC439B017c03037
Octal12525630471130273006067
Binary10101011010111011000100111001101101011111000000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AEC4; }

 p { color: rgb(85,174,196); }

 H1.HeaderClassName
 {
   color: #55AEC4;
 }
 .AnyTagClassName
 {
   color: #55AEC4;
 }
</style>
background-color css

<style>
 a { background-color: #55AEC4; }

 a { background-color: rgb(85,174,196); }

 div.DivClassName
 {
   background-color: #55AEC4;
 }
 .BgClassName
 {
   background-color: #55AEC4;
 }
</style>
border-color css

<style>
 span { border-color: #55AEC4; }

 span { border-color: rgb(85,174,196); }

 td.TdClassName
 {
   border-color: #55AEC4;
 }
 .TagClassName
 {
   border-color: #55AEC4;
 }
</style>