Html Css Color HEX #557576 Breaker Bay

📋 copy color: '#557576'

red 85 ◦ green 117 ◦ blue 118

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

Shades of Breaker Bay #557576

Tints of Breaker Bay #557576

RGB

 RED value IS 85 (33.59% from 255) = 26.56%

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

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

R = 26.56%
G = 36.56%
B = 36.88%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#557576 (or 0x557576) is known color: Breaker Bay. HEX triplet: 55, 75 and 76. RGB value is (85,117,118). Sum of RGB (Red+Green+Blue) = 85+117+118=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #557576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557576 is #AA8A89. Grayscale: #6B6B6B. Windows color (decimal): -11176586 or 7763285. OLE color: 7763285.

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

Color convert

RGB 85 117 118 -
CMYK 0.28 0.01 0 0.54
HSL 181.82º 0.16% 0.4% -
HSV(B) 181.82º 0.28% 0.46% -
XYZ 13.38 15.96 19.52 -
YUV 107.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 85 117 118 0.28 0.01 0 0.54 181.82 0.16 0.4
Hex 55 75 76 1C 1 0 36 B6 10 28
Octal 125 165 166 34 1 0 66 266 20 50
Binary 1010101 1110101 1110110 11100 1 0 110110 10110110 10000 101000

Color Harmonies of #557576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557576

Black with #557576

Text Example


Text Example

White with #557576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557576; }

 p { color: rgb(85,117,118); }

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

background-color css

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

 a { background-color: rgb(85,117,118); }

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

border-color css

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

 span { border-color: rgb(85,117,118); }

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