#557574

Color #557574 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #557574

Tints of Breaker Bay #557574

Color information

#557574 (or 0x557574) is unknown color: approx Breaker Bay. HEX triplet: 55, 75 and 74. RGB value is (85,117,116). Sum of RGB (Red+Green+Blue) = 85+117+116=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #557574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557574 is #AA8A8B. Grayscale: #6B6B6B. Windows color (decimal): -11176588 or 7632213. OLE color: 7632213.

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

Color convert

RGB85117116-
CMYK0.2700.010.54
HSL178.12º15.84%39.61%-
HSV(B)178.12º27.35%45.88%-
XYZ13.2615.9118.9-
YUV107.32132.9112.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=26.73%
G=36.79%
B=36.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851171160.2700.010.54178.1215.8439.61
Hex5575741B0136b21028
Octal1251651643301662622050
Binary10101011110101111010011011011101101011001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557574; }

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

 H1.HeaderClassName
 {
   color: #557574;
 }
 .AnyTagClassName
 {
   color: #557574;
 }
</style>
background-color css

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

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

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

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

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

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