#56837C

Color #56837C Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #56837C

Tints of Breaker Bay #56837C

Color information

#56837C (or 0x56837C) is unknown color: approx Breaker Bay. HEX triplet: 56, 83 and 7C. RGB value is (86,131,124). Sum of RGB (Red+Green+Blue) = 86+131+124=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #56837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56837C is #A97C83. Grayscale: #747474. Windows color (decimal): -11107460 or 8160086. OLE color: 8160086.

HSL color Cylindrical-coordinate representation of color #56837C: hue angle of 170.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56837C is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB86131124-
CMYK0.3400.050.49
HSL170.67º20.74%42.55%-
HSV(B)170.67º34.35%51.37%-
XYZ15.5919.6722.04-
YUV116.75132.09106.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 131 (51.56% from 255) = 38.42%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=25.22%
G=38.42%
B=36.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861311240.3400.050.49170.6720.7442.55
Hex56837C220531ab152b
Octal1262031744205612532553
Binary101011010000011111110010001001011100011010101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56837C; }

 p { color: rgb(86,131,124); }

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

<style>
 a { background-color: #56837C; }

 a { background-color: rgb(86,131,124); }

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

<style>
 span { border-color: #56837C; }

 span { border-color: rgb(86,131,124); }

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