#56847E

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

Shades of Breaker Bay #56847E

Tints of Breaker Bay #56847E

Color information

#56847E (or 0x56847E) is unknown color: approx Breaker Bay. HEX triplet: 56, 84 and 7E. RGB value is (86,132,126). Sum of RGB (Red+Green+Blue) = 86+132+126=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #56847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56847E is #A97B81. Grayscale: #757575. Windows color (decimal): -11107202 or 8291414. OLE color: 8291414.

HSL color Cylindrical-coordinate representation of color #56847E: hue angle of 172.17º 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 #56847E is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB86132126-
CMYK0.3500.050.48
HSL172.17º21.1%42.75%-
HSV(B)172.17º34.85%51.76%-
XYZ15.8519.9922.76-
YUV117.56132.76105.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=25%
G=38.37%
B=36.63%

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
Decimal861321260.3500.050.48172.1721.142.75
Hex56847E230530ac152b
Octal1262041764305602542553
Binary101011010000100111111010001101011100001010110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56847E; }

 p { color: rgb(86,132,126); }

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

<style>
 a { background-color: #56847E; }

 a { background-color: rgb(86,132,126); }

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

<style>
 span { border-color: #56847E; }

 span { border-color: rgb(86,132,126); }

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