#55B2C6

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

Shades of Viking #55B2C6

Tints of Viking #55B2C6

Color information

#55B2C6 (or 0x55B2C6) is unknown color: approx Viking. HEX triplet: 55, B2 and C6. RGB value is (85,178,198). Sum of RGB (Red+Green+Blue) = 85+178+198=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #55B2C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B2C6 is #AA4D39. Grayscale: #989898. Windows color (decimal): -11160890 or 13021781. OLE color: 13021781.

HSL color Cylindrical-coordinate representation of color #55B2C6: hue angle of 190.62º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55B2C6 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85178198-
CMYK0.570.1000.22
HSL190.62º49.78%55.49%-
HSV(B)190.62º57.07%77.65%-
XYZ29.8637.8559.16-
YUV152.47153.6979.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.44%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=18.44%
G=38.61%
B=42.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851781980.570.1000.22190.6249.7855.49
Hex55B2C639A016bf3237
Octal12526230671120262776267
Binary10101011011001011000110111001101001011010111111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,178,198); }

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

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

 a { background-color: rgb(85,178,198); }

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

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

 span { border-color: rgb(85,178,198); }

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