#57787A

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

Shades of Breaker Bay #57787A

Tints of Breaker Bay #57787A

Color information

#57787A (or 0x57787A) is unknown color: approx Breaker Bay. HEX triplet: 57, 78 and 7A. RGB value is (87,120,122). Sum of RGB (Red+Green+Blue) = 87+120+122=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 122 - color contains mainly: blue. Hex color #57787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57787A is #A88785. Grayscale: #6E6E6E. Windows color (decimal): -11044742 or 8026199. OLE color: 8026199.

HSL color Cylindrical-coordinate representation of color #57787A: hue angle of 183.43º 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 #57787A is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB87120122-
CMYK0.290.0200.52
HSL183.43º16.75%40.98%-
HSV(B)183.43º28.69%47.84%-
XYZ14.1616.8620.92-
YUV110.36134.57111.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.44%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=26.44%
G=36.47%
B=37.08%

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
Decimal871201220.290.0200.52183.4316.7540.98
Hex57787A1D2034b71129
Octal1271701723520642672151
Binary101011111110001111010111011001101001011011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57787A; }

 p { color: rgb(87,120,122); }

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

<style>
 a { background-color: #57787A; }

 a { background-color: rgb(87,120,122); }

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

<style>
 span { border-color: #57787A; }

 span { border-color: rgb(87,120,122); }

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