#55B0BD

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

Shades of Viking #55B0BD

Tints of Viking #55B0BD

Color information

#55B0BD (or 0x55B0BD) is unknown color: approx Viking. HEX triplet: 55, B0 and BD. RGB value is (85,176,189). Sum of RGB (Red+Green+Blue) = 85+176+189=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #55B0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B0BD is #AA4F42. Grayscale: #969696. Windows color (decimal): -11161411 or 12431445. OLE color: 12431445.

HSL color Cylindrical-coordinate representation of color #55B0BD: hue angle of 187.5º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55B0BD is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85176189-
CMYK0.550.0700.26
HSL187.5º44.07%53.73%-
HSV(B)187.5º55.03%74.12%-
XYZ28.4636.6653.72-
YUV150.27149.8581.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.89%
GREEN value IS 176 (69.14% from 255) = 39.11%
BLUE value IS 189 (74.22% from 255) = 42%
R=18.89%
G=39.11%
B=42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851761890.550.0700.26187.544.0753.73
Hex55B0BD37701Abc2c36
Octal1252602756770322745466
Binary1010101101100001011110111011111101101010111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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