Html Css Color HEX #577D78 Breaker Bay

📋 copy color: '#577D78'

red 87 ◦ green 125 ◦ blue 120

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

Shades of Breaker Bay #577D78

Tints of Breaker Bay #577D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.14%

R = 26.2%
G = 37.65%
B = 36.14%

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

#577D78 (or 0x577D78) is known color: Breaker Bay. HEX triplet: 57, 7D and 78. RGB value is (87,125,120). Sum of RGB (Red+Green+Blue) = 87+125+120=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 125 - color contains mainly: green. Hex color #577D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577D78 is #A88287. Grayscale: #717171. Windows color (decimal): -11043464 or 7896407. OLE color: 7896407.

HSL color Cylindrical-coordinate representation of color #577D78: hue angle of 172.11º 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 #577D78 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 125 120 -
CMYK 0.30 0 0.04 0.51
HSL 172.11º 0.18% 0.42% -
HSV(B) 172.11º 0.3% 0.49% -
XYZ 14.65 18.05 20.48 -
YUV 113.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 87 125 120 0.30 0 0.04 0.51 172.11 0.18 0.42
Hex 57 7D 78 1E 0 4 33 AC 12 2A
Octal 127 175 170 36 0 4 63 254 22 52
Binary 1010111 1111101 1111000 11110 0 100 110011 10101100 10010 101010

Color Harmonies of #577D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577D78

Black with #577D78

Text Example


Text Example

White with #577D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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