#55B9D1

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

Shades of Viking #55B9D1

Tints of Viking #55B9D1

Color information

#55B9D1 (or 0x55B9D1) is unknown color: approx Viking. HEX triplet: 55, B9 and D1. RGB value is (85,185,209). Sum of RGB (Red+Green+Blue) = 85+185+209=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #55B9D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B9D1 is #AA462E. Grayscale: #9D9D9D. Windows color (decimal): -11159087 or 13744469. OLE color: 13744469.

HSL color Cylindrical-coordinate representation of color #55B9D1: hue angle of 191.61º 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 #55B9D1 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85185209-
CMYK0.590.1100.18
HSL191.61º57.41%57.65%-
HSV(B)191.61º59.33%81.96%-
XYZ32.641.2366.56-
YUV157.84156.8776.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.75%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=17.75%
G=38.62%
B=43.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851852090.590.1100.18191.6157.4157.65
Hex55B9D13BB012c0393a
Octal12527132173130223007172
Binary10101011011100111010001111011101101001011000000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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