#577374

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

Shades of Breaker Bay #577374

Tints of Breaker Bay #577374

Color information

#577374 (or 0x577374) is unknown color: approx Breaker Bay. HEX triplet: 57, 73 and 74. RGB value is (87,115,116). Sum of RGB (Red+Green+Blue) = 87+115+116=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 116 - color contains mainly: blue. Hex color #577374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577374 is #A88C8B. Grayscale: #6A6A6A. Windows color (decimal): -11046028 or 7631703. OLE color: 7631703.

HSL color Cylindrical-coordinate representation of color #577374: hue angle of 182.07º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #577374 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB87115116-
CMYK0.250.0100.55
HSL182.07º14.29%39.8%-
HSV(B)182.07º25%45.49%-
XYZ13.2115.5518.83-
YUV106.74133.22113.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=27.36%
G=36.16%
B=36.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871151160.250.0100.55182.0714.2939.8
Hex577374191037b6e28
Octal1271631643110672661650
Binary1010111111001111101001100110110111101101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577374; }

 p { color: rgb(87,115,116); }

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

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

 a { background-color: rgb(87,115,116); }

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

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

 span { border-color: rgb(87,115,116); }

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