#577475

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

Shades of Breaker Bay #577475

Tints of Breaker Bay #577475

Color information

#577475 (or 0x577475) is unknown color: approx Breaker Bay. HEX triplet: 57, 74 and 75. RGB value is (87,116,117). Sum of RGB (Red+Green+Blue) = 87+116+117=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #577475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577475 is #A88B8A. Grayscale: #6B6B6B. Windows color (decimal): -11045771 or 7697495. OLE color: 7697495.

HSL color Cylindrical-coordinate representation of color #577475: hue angle of 182º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #577475 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB87116117-
CMYK0.260.0100.54
HSL182º14.71%40%-
HSV(B)182º25.64%45.88%-
XYZ13.3915.819.17-
YUV107.44133.39113.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.19%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=27.19%
G=36.25%
B=36.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871161170.260.0100.5418214.7140
Hex5774751A1036b6f28
Octal1271641653210662661750
Binary1010111111010011101011101010110110101101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577475; }

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

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

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

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

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

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

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

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