Html Css Color HEX #577777 Breaker Bay

📋 copy color: '#577777'

red 87 ◦ green 119 ◦ blue 119

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

Shades of Breaker Bay #577777

Tints of Breaker Bay #577777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.62%

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

R = 26.77%
G = 36.62%
B = 36.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#577777 (or 0x577777) is known color: Breaker Bay. HEX triplet: 57, 77 and 77. RGB value is (87,119,119). Sum of RGB (Red+Green+Blue) = 87+119+119=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #577777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577777 is #A88888. Grayscale: #6D6D6D. Windows color (decimal): -11045001 or 7829335. OLE color: 7829335.

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

Color convert

RGB 87 119 119 -
CMYK 0.27 0 0 0.53
HSL 180º 0.16% 0.4% -
HSV(B) 180º 0.27% 0.47% -
XYZ 13.86 16.55 19.92 -
YUV 109.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 87 119 119 0.27 0 0 0.53 180 0.16 0.4
Hex 57 77 77 1B 0 0 35 B4 10 28
Octal 127 167 167 33 0 0 65 264 20 50
Binary 1010111 1110111 1110111 11011 0 0 110101 10110100 10000 101000

Color Harmonies of #577777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577777

Black with #577777

Text Example


Text Example

White with #577777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577777; }

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

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

background-color css

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

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

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

border-color css

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

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

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