#56B194

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

Shades of Keppel #56B194

Tints of Keppel #56B194

Color information

#56B194 (or 0x56B194) is unknown color: approx Keppel. HEX triplet: 56, B1 and 94. RGB value is (86,177,148). Sum of RGB (Red+Green+Blue) = 86+177+148=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #56B194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56B194 is #A94E6B. Grayscale: #929292. Windows color (decimal): -11095660 or 9744726. OLE color: 9744726.

HSL color Cylindrical-coordinate representation of color #56B194: hue angle of 160.88º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B194 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB86177148-
CMYK0.5100.160.31
HSL160.88º36.84%51.57%-
HSV(B)160.88º51.41%69.41%-
XYZ24.9135.5633.57-
YUV146.49128.8584.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.92%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=20.92%
G=43.07%
B=36.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861771480.5100.160.31160.8836.8451.57
Hex56B194330101Fa12534
Octal12626122463020372414564
Binary101011010110001100101001100110100001111110100001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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