#577477

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

Shades of Breaker Bay #577477

Tints of Breaker Bay #577477

Color information

#577477 (or 0x577477) is unknown color: approx Breaker Bay. HEX triplet: 57, 74 and 77. RGB value is (87,116,119). Sum of RGB (Red+Green+Blue) = 87+116+119=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 119 - color contains mainly: blue. Hex color #577477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577477 is #A88B88. Grayscale: #6B6B6B. Windows color (decimal): -11045769 or 7828567. OLE color: 7828567.

HSL color Cylindrical-coordinate representation of color #577477: hue angle of 185.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #577477 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB87116119-
CMYK0.270.0300.53
HSL185.62º15.53%40.39%-
HSV(B)185.62º26.89%46.67%-
XYZ13.5115.8519.8-
YUV107.67134.39113.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.02%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 119 (46.88% from 255) = 36.96%
R=27.02%
G=36.02%
B=36.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871161190.270.0300.53185.6215.5340.39
Hex5774771B3035ba1028
Octal1271641673330652722050
Binary101011111101001110111110111101101011011101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577477; }

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

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

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

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

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

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

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

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