#55afd0

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

Shades of Viking #55AFD0

Tints of Viking #55AFD0

Color information

#55AFD0 (or 0x55AFD0) is unknown color: approx Viking. HEX triplet: 55, AF and D0. RGB value is (85,175,208). Sum of RGB (Red+Green+Blue) = 85+175+208=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #55AFD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFD0 is #AA502F. Grayscale: #979797. Windows color (decimal): -11161648 or 13676373. OLE color: 13676373.

HSL color Cylindrical-coordinate representation of color #55AFD0: hue angle of 196.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55AFD0 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85175208-
CMYK0.590.1600.18
HSL196.1º56.68%57.45%-
HSV(B)196.1º59.13%81.57%-
XYZ30.4637.1565.24-
YUV151.85159.6880.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.16%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 208 (81.64% from 255) = 44.44%
R=18.16%
G=37.39%
B=44.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851752080.590.1600.18196.156.6857.45
Hex55AFD03B10012c43939
Octal12525732073200223047171
Binary101010110101111110100001110111000001001011000100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55afd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,175,208); }

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

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

 a { background-color: rgb(85,175,208); }

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

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

 span { border-color: rgb(85,175,208); }

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