#55B6CA

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

Shades of Viking #55B6CA

Tints of Viking #55B6CA

Color information

#55B6CA (or 0x55B6CA) is unknown color: approx Viking. HEX triplet: 55, B6 and CA. RGB value is (85,182,202). Sum of RGB (Red+Green+Blue) = 85+182+202=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #55B6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B6CA is #AA4935. Grayscale: #9B9B9B. Windows color (decimal): -11159862 or 13284949. OLE color: 13284949.

HSL color Cylindrical-coordinate representation of color #55B6CA: hue angle of 190.26º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55B6CA is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85182202-
CMYK0.580.1000.21
HSL190.26º52.47%56.27%-
HSV(B)190.26º57.92%79.22%-
XYZ31.1339.6561.89-
YUV155.28154.3677.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.12%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=18.12%
G=38.81%
B=43.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851822020.580.1000.21190.2652.4756.27
Hex55B6CA3AA015be3438
Octal12526631272120252766470
Binary10101011011011011001010111010101001010110111110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,182,202); }

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

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

 a { background-color: rgb(85,182,202); }

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

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

 span { border-color: rgb(85,182,202); }

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