#56B899

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

Shades of Keppel #56B899

Tints of Keppel #56B899

Color information

#56B899 (or 0x56B899) is unknown color: approx Keppel. HEX triplet: 56, B8 and 99. RGB value is (86,184,153). Sum of RGB (Red+Green+Blue) = 86+184+153=423 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.33% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #56B899 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B899 is #A94766. Grayscale: #979797. Windows color (decimal): -11093863 or 10074198. OLE color: 10074198.

HSL color Cylindrical-coordinate representation of color #56B899: hue angle of 161.02º degrees, saturation: 0.41, 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 #56B899 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB86184153-
CMYK0.5300.170.28
HSL161.02º40.83%52.94%-
HSV(B)161.02º53.26%72.16%-
XYZ26.7338.5636.17-
YUV151.16129.0381.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.33%
GREEN value IS 184 (72.27% from 255) = 43.50%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=20.33%
G=43.50%
B=36.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861841530.5300.170.28161.0240.8352.94
Hex56B899350111Ca12935
Octal12627023165021342415165
Binary101011010111000100110011101010100011110010100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,184,153); }

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

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

 a { background-color: rgb(86,184,153); }

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

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

 span { border-color: rgb(86,184,153); }

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