Html Css Color HEX #577D76 Breaker Bay

📋 copy color: '#577D76'

red 87 ◦ green 125 ◦ blue 118

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

Shades of Breaker Bay #577D76

Tints of Breaker Bay #577D76

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.88%

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

R = 26.36%
G = 37.88%
B = 35.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#577D76 (or 0x577D76) is known color: Breaker Bay. HEX triplet: 57, 7D and 76. RGB value is (87,125,118). Sum of RGB (Red+Green+Blue) = 87+125+118=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 125 - color contains mainly: green. Hex color #577D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577D76 is #A88289. Grayscale: #707070. Windows color (decimal): -11043466 or 7765335. OLE color: 7765335.

HSL color Cylindrical-coordinate representation of color #577D76: hue angle of 168.95º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #577D76 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 125 118 -
CMYK 0.30 0 0.06 0.51
HSL 168.95º 0.18% 0.42% -
HSV(B) 168.95º 0.3% 0.49% -
XYZ 14.53 18 19.85 -
YUV 112.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 87 125 118 0.30 0 0.06 0.51 168.95 0.18 0.42
Hex 57 7D 76 1E 0 6 33 A9 12 2A
Octal 127 175 166 36 0 6 63 251 22 52
Binary 1010111 1111101 1110110 11110 0 110 110011 10101001 10010 101010

Color Harmonies of #577D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577D76

Black with #577D76

Text Example


Text Example

White with #577D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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