#56857D

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

Shades of Breaker Bay #56857D

Tints of Breaker Bay #56857D

Color information

#56857D (or 0x56857D) is unknown color: approx Breaker Bay. HEX triplet: 56, 85 and 7D. RGB value is (86,133,125). Sum of RGB (Red+Green+Blue) = 86+133+125=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #56857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56857D is #A97A82. Grayscale: #767676. Windows color (decimal): -11106947 or 8226134. OLE color: 8226134.

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

Color convert

RGB86133125-
CMYK0.3500.060.48
HSL169.79º21.46%42.94%-
HSV(B)169.79º35.34%52.16%-
XYZ15.9320.2322.47-
YUV118.04131.93105.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 125 (49.22% from 255) = 36.34%
R=25%
G=38.66%
B=36.34%

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
Decimal861331250.3500.060.48169.7921.4642.94
Hex56857D230630aa152b
Octal1262051754306602522553
Binary101011010000101111110110001101101100001010101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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