#55B0D4

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

Shades of Viking #55B0D4

Tints of Viking #55B0D4

Color information

#55B0D4 (or 0x55B0D4) is unknown color: approx Viking. HEX triplet: 55, B0 and D4. RGB value is (85,176,212). Sum of RGB (Red+Green+Blue) = 85+176+212=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #55B0D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B0D4 is #AA4F2B. Grayscale: #989898. Windows color (decimal): -11161388 or 13938773. OLE color: 13938773.

HSL color Cylindrical-coordinate representation of color #55B0D4: hue angle of 197.01º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55B0D4 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB85176212-
CMYK0.600.1700.17
HSL197.01º59.62%58.24%-
HSV(B)197.01º59.91%83.14%-
XYZ31.1637.7467.93-
YUV152.9161.3579.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.97%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 212 (83.20% from 255) = 44.82%
R=17.97%
G=37.21%
B=44.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal851762120.600.1700.17197.0159.6258.24
Hex55B0D43C11011c53c3a
Octal12526032474210213057472
Binary101010110110000110101001111001000101000111000101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,176,212); }

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

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

 a { background-color: rgb(85,176,212); }

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

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

 span { border-color: rgb(85,176,212); }

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