#56A894

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

Shades of Keppel #56A894

Tints of Keppel #56A894

Color information

#56A894 (or 0x56A894) is unknown color: approx Keppel. HEX triplet: 56, A8 and 94. RGB value is (86,168,148). Sum of RGB (Red+Green+Blue) = 86+168+148=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 168 - color contains mainly: green. Hex color #56A894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A894 is #A9576B. Grayscale: #8D8D8D. Windows color (decimal): -11097964 or 9742422. OLE color: 9742422.

HSL color Cylindrical-coordinate representation of color #56A894: hue angle of 165.37º degrees, saturation: 0.32, 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 #56A894 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB86168148-
CMYK0.4900.120.34
HSL165.37º32.28%49.8%-
HSV(B)165.37º48.81%65.88%-
XYZ23.1932.1233-
YUV141.2131.8388.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.39%
GREEN value IS 168 (66.02% from 255) = 41.79%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=21.39%
G=41.79%
B=36.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861681480.4900.120.34165.3732.2849.8
Hex56A894310C22a52032
Octal12625022461014422454062
Binary101011010101000100101001100010110010001010100101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,168,148); }

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

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

 a { background-color: rgb(86,168,148); }

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

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

 span { border-color: rgb(86,168,148); }

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