#55B6BE

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

Shades of Viking #55B6BE

Tints of Viking #55B6BE

Color information

#55B6BE (or 0x55B6BE) is unknown color: approx Viking. HEX triplet: 55, B6 and BE. RGB value is (85,182,190). Sum of RGB (Red+Green+Blue) = 85+182+190=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #55B6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B6BE is #AA4941. Grayscale: #999999. Windows color (decimal): -11159874 or 12498517. OLE color: 12498517.

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

Color convert

RGB85182190-
CMYK0.550.0400.25
HSL184.57º44.68%53.92%-
HSV(B)184.57º55.26%74.51%-
XYZ29.7739.154.69-
YUV153.91148.3678.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=18.60%
G=39.82%
B=41.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851821900.550.0400.25184.5744.6853.92
Hex55B6BE374019b92d36
Octal1252662766740312715566
Binary1010101101101101011111011011110001100110111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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