Html Css Color HEX #577577 Breaker Bay

📋 copy color: '#577577'

red 87 ◦ green 117 ◦ blue 119

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

Shades of Breaker Bay #577577

Tints of Breaker Bay #577577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.22%

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

R = 26.93%
G = 36.22%
B = 36.84%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#577577 (or 0x577577) is known color: Breaker Bay. HEX triplet: 57, 75 and 77. RGB value is (87,117,119). Sum of RGB (Red+Green+Blue) = 87+117+119=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 119 - color contains mainly: blue. Hex color #577577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577577 is #A88A88. Grayscale: #6C6C6C. Windows color (decimal): -11045513 or 7828823. OLE color: 7828823.

HSL color Cylindrical-coordinate representation of color #577577: hue angle of 183.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #577577 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 117 119 -
CMYK 0.27 0.02 0 0.53
HSL 183.75º 0.16% 0.4% -
HSV(B) 183.75º 0.27% 0.47% -
XYZ 13.62 16.08 19.84 -
YUV 108.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 87 117 119 0.27 0.02 0 0.53 183.75 0.16 0.4
Hex 57 75 77 1B 2 0 35 B8 10 28
Octal 127 165 167 33 2 0 65 270 20 50
Binary 1010111 1110101 1110111 11011 10 0 110101 10111000 10000 101000

Color Harmonies of #577577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577577

Black with #577577

Text Example


Text Example

White with #577577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577577; }

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

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

background-color css

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

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

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

border-color css

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

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

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