#35564C

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

Shades of Spectra #35564C

Tints of Spectra #35564C

Color information

#35564C (or 0x35564C) is unknown color: approx Spectra. HEX triplet: 35, 56 and 4C. RGB value is (53,86,76). Sum of RGB (Red+Green+Blue) = 53+86+76=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #35564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35564C is #CAA9B3. Grayscale: #4A4A4A. Windows color (decimal): -13281716 or 5002805. OLE color: 5002805.

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

Color convert

RGB538676-
CMYK0.3800.120.66
HSL161.82º23.74%27.25%-
HSV(B)161.82º38.37%33.73%-
XYZ6.17.938.05-
YUV74.99128.57112.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=24.65%
G=40%
B=35.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386760.3800.120.66161.8223.7427.25
Hex35564C260C42a2181b
Octal65126114460141022423033
Binary11010110101101001100100110011001000010101000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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