#35564D

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

Shades of Spectra #35564D

Tints of Spectra #35564D

Color information

#35564D (or 0x35564D) is unknown color: approx Spectra. HEX triplet: 35, 56 and 4D. RGB value is (53,86,77). Sum of RGB (Red+Green+Blue) = 53+86+77=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 86 - color contains mainly: green. Hex color #35564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35564D is #CAA9B2. Grayscale: #4B4B4B. Windows color (decimal): -13281715 or 5068341. OLE color: 5068341.

HSL color Cylindrical-coordinate representation of color #35564D: hue angle of 163.64º 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 #35564D is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB538677-
CMYK0.3800.100.66
HSL163.64º23.74%27.25%-
HSV(B)163.64º38.37%33.73%-
XYZ6.147.958.23-
YUV75.11129.07112.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=24.54%
G=39.81%
B=35.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386770.3800.100.66163.6423.7427.25
Hex35564D260A42a4181b
Octal65126115460121022443033
Binary11010110101101001101100110010101000010101001001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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