#55B6BF

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

Shades of Viking #55B6BF

Tints of Viking #55B6BF

Color information

#55B6BF (or 0x55B6BF) is unknown color: approx Viking. HEX triplet: 55, B6 and BF. RGB value is (85,182,191). Sum of RGB (Red+Green+Blue) = 85+182+191=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #55B6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B6BF is #AA4940. Grayscale: #999999. Windows color (decimal): -11159873 or 12564053. OLE color: 12564053.

HSL color Cylindrical-coordinate representation of color #55B6BF: hue angle of 185.09º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55B6BF is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85182191-
CMYK0.550.0500.25
HSL185.09º45.3%54.12%-
HSV(B)185.09º55.5%74.9%-
XYZ29.8839.1555.27-
YUV154.02148.8678.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.56%
GREEN value IS 182 (71.48% from 255) = 39.74%
BLUE value IS 191 (75% from 255) = 41.70%
R=18.56%
G=39.74%
B=41.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851821910.550.0500.25185.0945.354.12
Hex55B6BF375019b92d36
Octal1252662776750312715566
Binary1010101101101101011111111011110101100110111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,182,191); }

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

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

 a { background-color: rgb(85,182,191); }

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

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

 span { border-color: rgb(85,182,191); }

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