#56a989

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

Shades of Keppel #56A989

Tints of Keppel #56A989

Color information

#56A989 (or 0x56A989) is unknown color: approx Keppel. HEX triplet: 56, A9 and 89. RGB value is (86,169,137). Sum of RGB (Red+Green+Blue) = 86+169+137=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 169 - color contains mainly: green. Hex color #56A989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A989 is #A95676. Grayscale: #8C8C8C. Windows color (decimal): -11097719 or 9021782. OLE color: 9021782.

HSL color Cylindrical-coordinate representation of color #56A989: hue angle of 156.87º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A989 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB86169137-
CMYK0.4900.190.34
HSL156.87º32.55%50%-
HSV(B)156.87º49.11%66.27%-
XYZ22.5432.1628.69-
YUV140.5412689.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.94%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=21.94%
G=43.11%
B=34.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861691370.4900.190.34156.8732.5550
Hex56A98931013229d2132
Octal12625121161023422354162
Binary1010110101010011000100111000101001110001010011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56a989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,169,137); }

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

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

 a { background-color: rgb(86,169,137); }

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

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

 span { border-color: rgb(86,169,137); }

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