#56857F

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

Shades of Breaker Bay #56857F

Tints of Breaker Bay #56857F

Color information

#56857F (or 0x56857F) is unknown color: approx Breaker Bay. HEX triplet: 56, 85 and 7F. RGB value is (86,133,127). Sum of RGB (Red+Green+Blue) = 86+133+127=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #56857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56857F is #A97A80. Grayscale: #767676. Windows color (decimal): -11106945 or 8357206. OLE color: 8357206.

HSL color Cylindrical-coordinate representation of color #56857F: hue angle of 172.34º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56857F is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB86133127-
CMYK0.3500.050.48
HSL172.34º21.46%42.94%-
HSV(B)172.34º35.34%52.16%-
XYZ16.0620.2923.15-
YUV118.26132.93104.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 127 (50% from 255) = 36.71%
R=24.86%
G=38.44%
B=36.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861331270.3500.050.48172.3421.4642.94
Hex56857F230530ac152b
Octal1262051774305602542553
Binary101011010000101111111110001101011100001010110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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