#55AEC3

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

Shades of Viking #55AEC3

Tints of Viking #55AEC3

Color information

#55AEC3 (or 0x55AEC3) is unknown color: approx Viking. HEX triplet: 55, AE and C3. RGB value is (85,174,195). Sum of RGB (Red+Green+Blue) = 85+174+195=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #55AEC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AEC3 is #AA513C. Grayscale: #959595. Windows color (decimal): -11161917 or 12824149. OLE color: 12824149.

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

Color convert

RGB85174195-
CMYK0.560.1100.24
HSL191.45º47.83%54.9%-
HSV(B)191.45º56.41%76.47%-
XYZ28.7336.1457.09-
YUV149.78153.5181.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.72%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 195 (76.56% from 255) = 42.95%
R=18.72%
G=38.33%
B=42.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851741950.560.1100.24191.4547.8354.9
Hex55AEC338B018bf3037
Octal12525630370130302776067
Binary10101011010111011000011111000101101100010111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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