#55B5BF

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

Shades of Viking #55B5BF

Tints of Viking #55B5BF

Color information

#55B5BF (or 0x55B5BF) is unknown color: approx Viking. HEX triplet: 55, B5 and BF. RGB value is (85,181,191). Sum of RGB (Red+Green+Blue) = 85+181+191=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #55B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B5BF is #AA4A40. Grayscale: #999999. Windows color (decimal): -11160129 or 12563797. OLE color: 12563797.

HSL color Cylindrical-coordinate representation of color #55B5BF: hue angle of 185.66º 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 #55B5BF is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85181191-
CMYK0.550.0500.25
HSL185.66º45.3%54.12%-
HSV(B)185.66º55.5%74.9%-
XYZ29.6738.7455.2-
YUV153.44149.279.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 191 (75% from 255) = 41.79%
R=18.60%
G=39.61%
B=41.79%

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
Decimal851811910.550.0500.25185.6645.354.12
Hex55B5BF375019ba2d36
Octal1252652776750312725566
Binary1010101101101011011111111011110101100110111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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