Html Css Color HEX #557575 Breaker Bay

📋 copy color: '#557575'

red 85 ◦ green 117 ◦ blue 117

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

Shades of Breaker Bay #557575

Tints of Breaker Bay #557575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 26.65%
G = 36.68%
B = 36.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#557575 (or 0x557575) is known color: Breaker Bay. HEX triplet: 55, 75 and 75. RGB value is (85,117,117). Sum of RGB (Red+Green+Blue) = 85+117+117=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #557575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557575 is #AA8A8A. Grayscale: #6B6B6B. Windows color (decimal): -11176587 or 7697749. OLE color: 7697749.

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

Color convert

RGB 85 117 117 -
CMYK 0.27 0 0 0.54
HSL 180º 0.16% 0.4% -
HSV(B) 180º 0.27% 0.46% -
XYZ 13.32 15.94 19.2 -
YUV 107.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 85 117 117 0.27 0 0 0.54 180 0.16 0.4
Hex 55 75 75 1B 0 0 36 B4 10 28
Octal 125 165 165 33 0 0 66 264 20 50
Binary 1010101 1110101 1110101 11011 0 0 110110 10110100 10000 101000

Color Harmonies of #557575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557575

Black with #557575

Text Example


Text Example

White with #557575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557575; }

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

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

background-color css

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

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

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

border-color css

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

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

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