#56b79b

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

Shades of Keppel #56B79B

Tints of Keppel #56B79B

Color information

#56B79B (or 0x56B79B) is unknown color: approx Keppel. HEX triplet: 56, B7 and 9B. RGB value is (86,183,155). Sum of RGB (Red+Green+Blue) = 86+183+155=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #56B79B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B79B is #A94864. Grayscale: #969696. Windows color (decimal): -11094117 or 10205014. OLE color: 10205014.

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

Color convert

RGB86183155-
CMYK0.5300.150.28
HSL162.68º40.25%52.75%-
HSV(B)162.68º53.01%71.76%-
XYZ26.6938.2136.98-
YUV150.8130.3681.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.28%
GREEN value IS 183 (71.88% from 255) = 43.16%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=20.28%
G=43.16%
B=36.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861831550.5300.150.28162.6840.2552.75
Hex56B79B350F1Ca32835
Octal12626723365017342435065
Binary10101101011011110011011110101011111110010100011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56b79b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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