Html Css Color HEX #577476 Breaker Bay

📋 copy color: '#577476'

red 87 ◦ green 116 ◦ blue 118

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

Shades of Breaker Bay #577476

Tints of Breaker Bay #577476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

 BLUE value IS 118 (46.48% from 255) = 36.76%

R = 27.1%
G = 36.14%
B = 36.76%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#577476 (or 0x577476) is known color: Breaker Bay. HEX triplet: 57, 74 and 76. RGB value is (87,116,118). Sum of RGB (Red+Green+Blue) = 87+116+118=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: blue. Hex color #577476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577476 is #A88B89. Grayscale: #6B6B6B. Windows color (decimal): -11045770 or 7763031. OLE color: 7763031.

HSL color Cylindrical-coordinate representation of color #577476: hue angle of 183.87º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #577476 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 116 118 -
CMYK 0.26 0.02 0 0.54
HSL 183.87º 0.15% 0.4% -
HSV(B) 183.87º 0.26% 0.46% -
XYZ 13.45 15.83 19.49 -
YUV 107.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 87 116 118 0.26 0.02 0 0.54 183.87 0.15 0.4
Hex 57 74 76 1A 2 0 36 B8 F 28
Octal 127 164 166 32 2 0 66 270 17 50
Binary 1010111 1110100 1110110 11010 10 0 110110 10111000 1111 101000

Color Harmonies of #577476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577476

Black with #577476

Text Example


Text Example

White with #577476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577476; }

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

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

background-color css

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

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

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

border-color css

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

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

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