#56827F

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

Shades of Breaker Bay #56827F

Tints of Breaker Bay #56827F

Color information

#56827F (or 0x56827F) is unknown color: approx Breaker Bay. HEX triplet: 56, 82 and 7F. RGB value is (86,130,127). Sum of RGB (Red+Green+Blue) = 86+130+127=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #56827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56827F is #A97D80. Grayscale: #747474. Windows color (decimal): -11107713 or 8356438. OLE color: 8356438.

HSL color Cylindrical-coordinate representation of color #56827F: hue angle of 175.91º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56827F is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB86130127-
CMYK0.3400.020.49
HSL175.91º20.37%42.35%-
HSV(B)175.91º33.85%50.98%-
XYZ15.6519.4823.01-
YUV116.5133.92106.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 127 (50% from 255) = 37.03%
R=25.07%
G=37.90%
B=37.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861301270.3400.020.49175.9120.3742.35
Hex56827F220231b0142a
Octal1262021774202612602452
Binary10101101000001011111111000100101100011011000010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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