Html Css Color HEX #577976 Breaker Bay

📋 copy color: '#577976'

red 87 ◦ green 121 ◦ blue 118

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

Shades of Breaker Bay #577976

Tints of Breaker Bay #577976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

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

R = 26.69%
G = 37.12%
B = 36.2%

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

#577976 (or 0x577976) is known color: Breaker Bay. HEX triplet: 57, 79 and 76. RGB value is (87,121,118). Sum of RGB (Red+Green+Blue) = 87+121+118=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 121 - color contains mainly: green. Hex color #577976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577976 is #A88689. Grayscale: #6E6E6E. Windows color (decimal): -11044490 or 7764311. OLE color: 7764311.

HSL color Cylindrical-coordinate representation of color #577976: hue angle of 174.71º 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 #577976 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 121 118 -
CMYK 0.28 0 0.02 0.53
HSL 174.71º 0.16% 0.41% -
HSV(B) 174.71º 0.28% 0.47% -
XYZ 14.04 17.01 19.68 -
YUV 110.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 87 121 118 0.28 0 0.02 0.53 174.71 0.16 0.41
Hex 57 79 76 1C 0 2 35 AF 10 29
Octal 127 171 166 34 0 2 65 257 20 51
Binary 1010111 1111001 1110110 11100 0 10 110101 10101111 10000 101001

Color Harmonies of #577976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577976

Black with #577976

Text Example


Text Example

White with #577976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577976; }

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

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

background-color css

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

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

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

border-color css

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

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

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