#57807D

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

Shades of Breaker Bay #57807D

Tints of Breaker Bay #57807D

Color information

#57807D (or 0x57807D) is unknown color: approx Breaker Bay. HEX triplet: 57, 80 and 7D. RGB value is (87,128,125). Sum of RGB (Red+Green+Blue) = 87+128+125=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #57807D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57807D is #A87F82. Grayscale: #737373. Windows color (decimal): -11042691 or 8224855. OLE color: 8224855.

HSL color Cylindrical-coordinate representation of color #57807D: hue angle of 175.61º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57807D is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB87128125-
CMYK0.3200.020.50
HSL175.61º19.07%42.16%-
HSV(B)175.61º32.03%50.2%-
XYZ15.3518.9522.25-
YUV115.4133.42107.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.59%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=25.59%
G=37.65%
B=36.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal871281250.3200.020.50175.6119.0742.16
Hex57807D200232b0132a
Octal1272001754002622602352
Binary10101111000000011111011000000101100101011000010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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