#55AFBD

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

Shades of Viking #55AFBD

Tints of Viking #55AFBD

Color information

#55AFBD (or 0x55AFBD) is unknown color: approx Viking. HEX triplet: 55, AF and BD. RGB value is (85,175,189). Sum of RGB (Red+Green+Blue) = 85+175+189=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #55AFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFBD is #AA5042. Grayscale: #959595. Windows color (decimal): -11161667 or 12431189. OLE color: 12431189.

HSL color Cylindrical-coordinate representation of color #55AFBD: hue angle of 188.08º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55AFBD is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85175189-
CMYK0.550.0700.26
HSL188.08º44.07%53.73%-
HSV(B)188.08º55.03%74.12%-
XYZ28.2636.2753.65-
YUV149.69150.1881.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.93%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 189 (74.22% from 255) = 42.09%
R=18.93%
G=38.98%
B=42.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851751890.550.0700.26188.0844.0753.73
Hex55AFBD37701Abc2c36
Octal1252572756770322745466
Binary1010101101011111011110111011111101101010111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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