#57797B

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

Shades of Breaker Bay #57797B

Tints of Breaker Bay #57797B

Color information

#57797B (or 0x57797B) is unknown color: approx Breaker Bay. HEX triplet: 57, 79 and 7B. RGB value is (87,121,123). Sum of RGB (Red+Green+Blue) = 87+121+123=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 123 - color contains mainly: blue. Hex color #57797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57797B is #A88684. Grayscale: #6F6F6F. Windows color (decimal): -11044485 or 8091991. OLE color: 8091991.

HSL color Cylindrical-coordinate representation of color #57797B: hue angle of 183.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57797B is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB87121123-
CMYK0.290.0200.52
HSL183.33º17.14%41.18%-
HSV(B)183.33º29.27%48.24%-
XYZ14.3417.1321.29-
YUV111.06134.74110.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 121 (47.66% from 255) = 36.56%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=26.28%
G=36.56%
B=37.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871211230.290.0200.52183.3317.1441.18
Hex57797B1D2034b71129
Octal1271711733520642672151
Binary101011111110011111011111011001101001011011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57797B; }

 p { color: rgb(87,121,123); }

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

<style>
 a { background-color: #57797B; }

 a { background-color: rgb(87,121,123); }

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

<style>
 span { border-color: #57797B; }

 span { border-color: rgb(87,121,123); }

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