#577875

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

Shades of Breaker Bay #577875

Tints of Breaker Bay #577875

Color information

#577875 (or 0x577875) is unknown color: approx Breaker Bay. HEX triplet: 57, 78 and 75. RGB value is (87,120,117). Sum of RGB (Red+Green+Blue) = 87+120+117=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 120 - color contains mainly: green. Hex color #577875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577875 is #A8878A. Grayscale: #6D6D6D. Windows color (decimal): -11044747 or 7698519. OLE color: 7698519.

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

Color convert

RGB87120117-
CMYK0.2800.020.53
HSL174.55º15.94%40.59%-
HSV(B)174.55º27.5%47.06%-
XYZ13.8616.7419.33-
YUV109.79132.07111.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=26.85%
G=37.04%
B=36.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871201170.2800.020.53174.5515.9440.59
Hex5778751C0235af1029
Octal1271701653402652572051
Binary101011111110001110101111000101101011010111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577875; }

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

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

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

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

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

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

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

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