Html Css Color HEX #577677 Breaker Bay

📋 copy color: '#577677'

red 87 ◦ green 118 ◦ blue 119

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

Shades of Breaker Bay #577677

Tints of Breaker Bay #577677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.42%

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

R = 26.85%
G = 36.42%
B = 36.73%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#577677 (or 0x577677) is known color: Breaker Bay. HEX triplet: 57, 76 and 77. RGB value is (87,118,119). Sum of RGB (Red+Green+Blue) = 87+118+119=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #577677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577677 is #A88988. Grayscale: #6C6C6C. Windows color (decimal): -11045257 or 7829079. OLE color: 7829079.

HSL color Cylindrical-coordinate representation of color #577677: hue angle of 181.88º 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 #577677 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 118 119 -
CMYK 0.27 0.01 0 0.53
HSL 181.88º 0.16% 0.4% -
HSV(B) 181.88º 0.27% 0.47% -
XYZ 13.74 16.32 19.88 -
YUV 108.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 87 118 119 0.27 0.01 0 0.53 181.88 0.16 0.4
Hex 57 76 77 1B 1 0 35 B6 10 28
Octal 127 166 167 33 1 0 65 266 20 50
Binary 1010111 1110110 1110111 11011 1 0 110101 10110110 10000 101000

Color Harmonies of #577677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577677

Black with #577677

Text Example


Text Example

White with #577677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577677; }

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

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

background-color css

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

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

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

border-color css

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

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

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