#55B8D1

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

Shades of Viking #55B8D1

Tints of Viking #55B8D1

Color information

#55B8D1 (or 0x55B8D1) is unknown color: approx Viking. HEX triplet: 55, B8 and D1. RGB value is (85,184,209). Sum of RGB (Red+Green+Blue) = 85+184+209=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #55B8D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B8D1 is #AA472E. Grayscale: #9D9D9D. Windows color (decimal): -11159343 or 13744213. OLE color: 13744213.

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

Color convert

RGB85184209-
CMYK0.590.1200.18
HSL192.1º57.41%57.65%-
HSV(B)192.1º59.33%81.96%-
XYZ32.440.8266.49-
YUV157.25157.276.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.78%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=17.78%
G=38.49%
B=43.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851842090.590.1200.18192.157.4157.65
Hex55B8D13BC012c0393a
Octal12527032173140223007172
Binary10101011011100011010001111011110001001011000000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,184,209); }

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

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

 a { background-color: rgb(85,184,209); }

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

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

 span { border-color: rgb(85,184,209); }

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