#557674

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

Shades of Breaker Bay #557674

Tints of Breaker Bay #557674

Color information

#557674 (or 0x557674) is unknown color: approx Breaker Bay. HEX triplet: 55, 76 and 74. RGB value is (85,118,116). Sum of RGB (Red+Green+Blue) = 85+118+116=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 118 - color contains mainly: green. Hex color #557674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557674 is #AA898B. Grayscale: #6B6B6B. Windows color (decimal): -11176332 or 7632469. OLE color: 7632469.

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

Color convert

RGB85118116-
CMYK0.2800.020.54
HSL176.36º16.26%39.8%-
HSV(B)176.36º27.97%46.27%-
XYZ13.3816.1518.94-
YUV107.9132.57111.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=26.65%
G=36.99%
B=36.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851181160.2800.020.54176.3616.2639.8
Hex5576741C0236b01028
Octal1251661643402662602050
Binary101010111101101110100111000101101101011000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557674; }

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

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

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

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

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

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

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

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