#35564E

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

Shades of Spectra #35564E

Tints of Spectra #35564E

Color information

#35564E (or 0x35564E) is unknown color: approx Spectra. HEX triplet: 35, 56 and 4E. RGB value is (53,86,78). Sum of RGB (Red+Green+Blue) = 53+86+78=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 86 - color contains mainly: green. Hex color #35564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35564E is #CAA9B1. Grayscale: #4B4B4B. Windows color (decimal): -13281714 or 5133877. OLE color: 5133877.

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

Color convert

RGB538678-
CMYK0.3800.090.66
HSL165.45º23.74%27.25%-
HSV(B)165.45º38.37%33.73%-
XYZ6.177.968.42-
YUV75.22129.57112.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=24.42%
G=39.63%
B=35.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386780.3800.090.66165.4523.7427.25
Hex35564E260942a5181b
Octal65126116460111022453033
Binary11010110101101001110100110010011000010101001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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