#56857C

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

Shades of Breaker Bay #56857C

Tints of Breaker Bay #56857C

Color information

#56857C (or 0x56857C) is unknown color: approx Breaker Bay. HEX triplet: 56, 85 and 7C. RGB value is (86,133,124). Sum of RGB (Red+Green+Blue) = 86+133+124=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #56857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56857C is #A97A83. Grayscale: #757575. Windows color (decimal): -11106948 or 8160598. OLE color: 8160598.

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

Color convert

RGB86133124-
CMYK0.3500.070.48
HSL168.51º21.46%42.94%-
HSV(B)168.51º35.34%52.16%-
XYZ15.8620.2122.13-
YUV117.92131.43105.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=25.07%
G=38.78%
B=36.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861331240.3500.070.48168.5121.4642.94
Hex56857C230730a9152b
Octal1262051744307602512553
Binary101011010000101111110010001101111100001010100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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