#35574F

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

Shades of Spectra #35574F

Tints of Spectra #35574F

Color information

#35574F (or 0x35574F) is unknown color: approx Spectra. HEX triplet: 35, 57 and 4F. RGB value is (53,87,79). Sum of RGB (Red+Green+Blue) = 53+87+79=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 87 - color contains mainly: green. Hex color #35574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35574F is #CAA8B0. Grayscale: #4B4B4B. Windows color (decimal): -13281457 or 5199669. OLE color: 5199669.

HSL color Cylindrical-coordinate representation of color #35574F: hue angle of 165.88º 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 #35574F is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB538779-
CMYK0.3900.090.66
HSL165.88º24.29%27.45%-
HSV(B)165.88º39.08%34.12%-
XYZ6.298.148.64-
YUV75.92129.74111.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=24.20%
G=39.73%
B=36.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387790.3900.090.66165.8824.2927.45
Hex35574F270942a6181b
Octal65127117470111022463033
Binary11010110101111001111100111010011000010101001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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