#56807F

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

Shades of Breaker Bay #56807F

Tints of Breaker Bay #56807F

Color information

#56807F (or 0x56807F) is unknown color: approx Breaker Bay. HEX triplet: 56, 80 and 7F. RGB value is (86,128,127). Sum of RGB (Red+Green+Blue) = 86+128+127=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 128 - color contains mainly: green. Hex color #56807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56807F is #A97F80. Grayscale: #737373. Windows color (decimal): -11108225 or 8355926. OLE color: 8355926.

HSL color Cylindrical-coordinate representation of color #56807F: hue angle of 178.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56807F is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB86128127-
CMYK0.3300.010.50
HSL178.57º19.63%41.96%-
HSV(B)178.57º32.81%50.2%-
XYZ15.3918.9522.93-
YUV115.33134.59107.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 127 (50% from 255) = 37.24%
R=25.22%
G=37.54%
B=37.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal861281270.3300.010.50178.5719.6341.96
Hex56807F210132b3142a
Octal1262001774101622632452
Binary1010110100000001111111100001011100101011001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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