Html Css Color HEX #577875 Breaker Bay

📋 copy color: '#577875'

red 87 ◦ green 120 ◦ blue 117

#577875
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #577875

Tints of Breaker Bay #577875

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 value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#577875 (or 0x577875) is known color: 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.27%. 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

RGB 87 120 117 -
CMYK 0.28 0 0.02 0.53
HSL 174.55º 0.16% 0.41% -
HSV(B) 174.55º 0.28% 0.47% -
XYZ 13.86 16.74 19.33 -
YUV 109.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 87 120 117 0.28 0 0.02 0.53 174.55 0.16 0.41
Hex 57 78 75 1C 0 2 35 AF 10 29
Octal 127 170 165 34 0 2 65 257 20 51
Binary 1010111 1111000 1110101 11100 0 10 110101 10101111 10000 101001

Color Harmonies of #577875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577875

Black with #577875

Text Example


Text Example

White with #577875

Text Example


Text Example

HTML Codes & Css Web 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>