#35574C

Color #35574C Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #35574C

Tints of Spectra #35574C

Color information

#35574C (or 0x35574C) is unknown color: approx Spectra. HEX triplet: 35, 57 and 4C. RGB value is (53,87,76). Sum of RGB (Red+Green+Blue) = 53+87+76=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #35574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35574C is #CAA8B3. Grayscale: #4B4B4B. Windows color (decimal): -13281460 or 5003061. OLE color: 5003061.

HSL color Cylindrical-coordinate representation of color #35574C: hue angle of 160.59º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #35574C is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB538776-
CMYK0.3900.130.66
HSL160.59º24.29%27.45%-
HSV(B)160.59º39.08%34.12%-
XYZ6.188.18.07-
YUV75.58128.24111.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=24.54%
G=40.28%
B=35.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387760.3900.130.66160.5924.2927.45
Hex35574C270D42a1181b
Octal65127114470151022413033
Binary11010110101111001100100111011011000010101000011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35574C; }

 p { color: rgb(53,87,76); }

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

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

 a { background-color: rgb(53,87,76); }

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

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

 span { border-color: rgb(53,87,76); }

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