Html Css Color HEX #577576 Breaker Bay

📋 copy color: '#577576'

red 87 ◦ green 117 ◦ blue 118

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

Shades of Breaker Bay #577576

Tints of Breaker Bay #577576

RGB

 RED value IS 87 (34.38% from 255) = 27.02%

 GREEN value IS 117 (46.09% from 255) = 36.34%

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 27.02%
G = 36.34%
B = 36.65%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#577576 (or 0x577576) is known color: Breaker Bay. HEX triplet: 57, 75 and 76. RGB value is (87,117,118). Sum of RGB (Red+Green+Blue) = 87+117+118=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #577576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577576 is #A88A89. Grayscale: #6C6C6C. Windows color (decimal): -11045514 or 7763287. OLE color: 7763287.

HSL color Cylindrical-coordinate representation of color #577576: hue angle of 181.94º 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 #577576 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 117 118 -
CMYK 0.26 0.01 0 0.54
HSL 181.94º 0.15% 0.4% -
HSV(B) 181.94º 0.26% 0.46% -
XYZ 13.56 16.06 19.52 -
YUV 108.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 87 117 118 0.26 0.01 0 0.54 181.94 0.15 0.4
Hex 57 75 76 1A 1 0 36 B6 F 28
Octal 127 165 166 32 1 0 66 266 17 50
Binary 1010111 1110101 1110110 11010 1 0 110110 10110110 1111 101000

Color Harmonies of #577576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577576

Black with #577576

Text Example


Text Example

White with #577576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577576; }

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

 H1.HeaderClassName
 {
   color: #577576;
 }
 .AnyTagClassName
 {
   color: #577576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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