#56B796

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

Shades of Keppel #56B796

Tints of Keppel #56B796

Color information

#56B796 (or 0x56B796) is unknown color: approx Keppel. HEX triplet: 56, B7 and 96. RGB value is (86,183,150). Sum of RGB (Red+Green+Blue) = 86+183+150=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #56B796 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B796 is #A94869. Grayscale: #969696. Windows color (decimal): -11094122 or 9877334. OLE color: 9877334.

HSL color Cylindrical-coordinate representation of color #56B796: hue angle of 159.59º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56B796 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB86183150-
CMYK0.5300.180.28
HSL159.59º40.25%52.75%-
HSV(B)159.59º53.01%71.76%-
XYZ26.2838.0534.81-
YUV150.23127.8682.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.53%
GREEN value IS 183 (71.88% from 255) = 43.68%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=20.53%
G=43.68%
B=35.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861831500.5300.180.28159.5940.2552.75
Hex56B796350121Ca02835
Octal12626722665022342405065
Binary101011010110111100101101101010100101110010100000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,183,150); }

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

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

 a { background-color: rgb(86,183,150); }

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

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

 span { border-color: rgb(86,183,150); }

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