#56837F

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

Shades of Breaker Bay #56837F

Tints of Breaker Bay #56837F

Color information

#56837F (or 0x56837F) is unknown color: approx Breaker Bay. HEX triplet: 56, 83 and 7F. RGB value is (86,131,127). Sum of RGB (Red+Green+Blue) = 86+131+127=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #56837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56837F is #A97C80. Grayscale: #757575. Windows color (decimal): -11107457 or 8356694. OLE color: 8356694.

HSL color Cylindrical-coordinate representation of color #56837F: hue angle of 174.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 #56837F is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB86131127-
CMYK0.3400.030.49
HSL174.67º20.74%42.55%-
HSV(B)174.67º34.35%51.37%-
XYZ15.7819.7423.06-
YUV117.09133.59105.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 127 (50% from 255) = 36.92%
R=25%
G=38.08%
B=36.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861311270.3400.030.49174.6720.7442.55
Hex56837F220331af152b
Octal1262031774203612572553
Binary10101101000001111111111000100111100011010111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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