#56B991

Color #56B991 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #56B991

Tints of Keppel #56B991

Color information

#56B991 (or 0x56B991) is unknown color: approx Keppel. HEX triplet: 56, B9 and 91. RGB value is (86,185,145). Sum of RGB (Red+Green+Blue) = 86+185+145=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #56B991 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B991 is #A9466E. Grayscale: #969696. Windows color (decimal): -11093615 or 9550166. OLE color: 9550166.

HSL color Cylindrical-coordinate representation of color #56B991: hue angle of 155.76º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56B991 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB86185145-
CMYK0.5400.220.27
HSL155.76º41.42%53.14%-
HSV(B)155.76º53.51%72.55%-
XYZ26.338.7232.88-
YUV150.84124.781.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.67%
GREEN value IS 185 (72.66% from 255) = 44.47%
BLUE value IS 145 (57.03% from 255) = 34.86%
R=20.67%
G=44.47%
B=34.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861851450.5400.220.27155.7641.4253.14
Hex56B991360161B9c2935
Octal12627122166026332345165
Binary101011010111001100100011101100101101101110011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56B991; }

 p { color: rgb(86,185,145); }

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

<style>
 a { background-color: #56B991; }

 a { background-color: rgb(86,185,145); }

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

<style>
 span { border-color: #56B991; }

 span { border-color: rgb(86,185,145); }

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