#55B0BA

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

Shades of Viking #55B0BA

Tints of Viking #55B0BA

Color information

#55B0BA (or 0x55B0BA) is unknown color: approx Viking. HEX triplet: 55, B0 and BA. RGB value is (85,176,186). Sum of RGB (Red+Green+Blue) = 85+176+186=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #55B0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B0BA is #AA4F45. Grayscale: #959595. Windows color (decimal): -11161414 or 12234837. OLE color: 12234837.

HSL color Cylindrical-coordinate representation of color #55B0BA: hue angle of 185.94º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B0BA is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85176186-
CMYK0.540.0500.27
HSL185.94º42.26%53.14%-
HSV(B)185.94º54.3%72.94%-
XYZ28.1336.5352.02-
YUV149.93148.3581.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=19.02%
G=39.37%
B=41.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851761860.540.0500.27185.9442.2653.14
Hex55B0BA36501Bba2a35
Octal1252602726650332725265
Binary1010101101100001011101011011010101101110111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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