#57857D

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

Shades of Breaker Bay #57857D

Tints of Breaker Bay #57857D

Color information

#57857D (or 0x57857D) is unknown color: approx Breaker Bay. HEX triplet: 57, 85 and 7D. RGB value is (87,133,125). Sum of RGB (Red+Green+Blue) = 87+133+125=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #57857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57857D is #A87A82. Grayscale: #767676. Windows color (decimal): -11041411 or 8226135. OLE color: 8226135.

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

Color convert

RGB87133125-
CMYK0.3500.060.48
HSL169.57º20.91%43.14%-
HSV(B)169.57º34.59%52.16%-
XYZ16.0220.2822.47-
YUV118.33131.76105.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=25.22%
G=38.55%
B=36.23%

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
Decimal871331250.3500.060.48169.5720.9143.14
Hex57857D230630aa152b
Octal1272051754306602522553
Binary101011110000101111110110001101101100001010101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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