#56847C

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

Shades of Breaker Bay #56847C

Tints of Breaker Bay #56847C

Color information

#56847C (or 0x56847C) is unknown color: approx Breaker Bay. HEX triplet: 56, 84 and 7C. RGB value is (86,132,124). Sum of RGB (Red+Green+Blue) = 86+132+124=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #56847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56847C is #A97B83. Grayscale: #757575. Windows color (decimal): -11107204 or 8160342. OLE color: 8160342.

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

Color convert

RGB86132124-
CMYK0.3500.060.48
HSL169.57º21.1%42.75%-
HSV(B)169.57º34.85%51.76%-
XYZ15.7319.9422.09-
YUV117.33131.76105.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=25.15%
G=38.60%
B=36.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861321240.3500.060.48169.5721.142.75
Hex56847C230630aa152b
Octal1262041744306602522553
Binary101011010000100111110010001101101100001010101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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