#55B1BE

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

Shades of Viking #55B1BE

Tints of Viking #55B1BE

Color information

#55B1BE (or 0x55B1BE) is unknown color: approx Viking. HEX triplet: 55, B1 and BE. RGB value is (85,177,190). Sum of RGB (Red+Green+Blue) = 85+177+190=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #55B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B1BE is #AA4E41. Grayscale: #969696. Windows color (decimal): -11161154 or 12497237. OLE color: 12497237.

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

Color convert

RGB85177190-
CMYK0.550.0700.25
HSL187.43º44.68%53.92%-
HSV(B)187.43º55.26%74.51%-
XYZ28.7637.0954.36-
YUV150.97150.0280.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.81%
GREEN value IS 177 (69.53% from 255) = 39.16%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=18.81%
G=39.16%
B=42.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851771900.550.0700.25187.4344.6853.92
Hex55B1BE377019bb2d36
Octal1252612766770312735566
Binary1010101101100011011111011011111101100110111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,177,190); }

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

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

 a { background-color: rgb(85,177,190); }

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

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

 span { border-color: rgb(85,177,190); }

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