#56A48E

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

Shades of Keppel #56A48E

Tints of Keppel #56A48E

Color information

#56A48E (or 0x56A48E) is unknown color: approx Keppel. HEX triplet: 56, A4 and 8E. RGB value is (86,164,142). Sum of RGB (Red+Green+Blue) = 86+164+142=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 164 - color contains mainly: green. Hex color #56A48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A48E is #A95B71. Grayscale: #8A8A8A. Windows color (decimal): -11098994 or 9348182. OLE color: 9348182.

HSL color Cylindrical-coordinate representation of color #56A48E: hue angle of 163.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A48E is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB86164142-
CMYK0.4800.130.36
HSL163.08º31.2%49.02%-
HSV(B)163.08º47.56%64.31%-
XYZ2230.4830.32-
YUV138.17130.1690.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.94%
GREEN value IS 164 (64.45% from 255) = 41.84%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=21.94%
G=41.84%
B=36.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861641420.4800.130.36163.0831.249.02
Hex56A48E300D24a31f31
Octal12624421660015442433761
Binary10101101010010010001110110000011011001001010001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,164,142); }

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

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

 a { background-color: rgb(86,164,142); }

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

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

 span { border-color: rgb(86,164,142); }

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