Html Css Color HEX #577C77 Breaker Bay

📋 copy color: '#577C77'

red 87 ◦ green 124 ◦ blue 119

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

Shades of Breaker Bay #577C77

Tints of Breaker Bay #577C77

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.58%

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 26.36%
G = 37.58%
B = 36.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#577C77 (or 0x577C77) is known color: Breaker Bay. HEX triplet: 57, 7C and 77. RGB value is (87,124,119). Sum of RGB (Red+Green+Blue) = 87+124+119=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 124 - color contains mainly: green. Hex color #577C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577C77 is #A88388. Grayscale: #707070. Windows color (decimal): -11043721 or 7830615. OLE color: 7830615.

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

Color convert

RGB 87 124 119 -
CMYK 0.30 0 0.04 0.51
HSL 171.89º 0.18% 0.41% -
HSV(B) 171.89º 0.3% 0.49% -
XYZ 14.47 17.77 20.12 -
YUV 112.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 87 124 119 0.30 0 0.04 0.51 171.89 0.18 0.41
Hex 57 7C 77 1E 0 4 33 AC 12 29
Octal 127 174 167 36 0 4 63 254 22 51
Binary 1010111 1111100 1110111 11110 0 100 110011 10101100 10010 101001

Color Harmonies of #577C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577C77

Black with #577C77

Text Example


Text Example

White with #577C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,124,119); }

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

background-color css

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

 a { background-color: rgb(87,124,119); }

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

border-color css

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

 span { border-color: rgb(87,124,119); }

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