Html Css Color HEX #577A76 Breaker Bay

📋 copy color: '#577A76'

red 87 ◦ green 122 ◦ blue 118

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

Shades of Breaker Bay #577A76

Tints of Breaker Bay #577A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.31%

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

R = 26.61%
G = 37.31%
B = 36.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#577A76 (or 0x577A76) is known color: Breaker Bay. HEX triplet: 57, 7A and 76. RGB value is (87,122,118). Sum of RGB (Red+Green+Blue) = 87+122+118=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 122 - color contains mainly: green. Hex color #577A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577A76 is #A88589. Grayscale: #6F6F6F. Windows color (decimal): -11044234 or 7764567. OLE color: 7764567.

HSL color Cylindrical-coordinate representation of color #577A76: hue angle of 173.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577A76 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 122 118 -
CMYK 0.29 0 0.03 0.52
HSL 173.14º 0.17% 0.41% -
HSV(B) 173.14º 0.29% 0.48% -
XYZ 14.16 17.25 19.72 -
YUV 111.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 87 122 118 0.29 0 0.03 0.52 173.14 0.17 0.41
Hex 57 7A 76 1D 0 3 34 AD 11 29
Octal 127 172 166 35 0 3 64 255 21 51
Binary 1010111 1111010 1110110 11101 0 11 110100 10101101 10001 101001

Color Harmonies of #577A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577A76

Black with #577A76

Text Example


Text Example

White with #577A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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