#405953

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

Shades of Spectra #405953

Tints of Spectra #405953

Color information

#405953 (or 0x405953) is unknown color: approx Spectra. HEX triplet: 40, 59 and 53. RGB value is (64,89,83). Sum of RGB (Red+Green+Blue) = 64+89+83=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #405953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405953 is #BFA6AC. Grayscale: #505050. Windows color (decimal): -12560045 or 5462336. OLE color: 5462336.

HSL color Cylindrical-coordinate representation of color #405953: hue angle of 165.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #405953 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB648983-
CMYK0.2800.070.65
HSL165.6º16.34%30%-
HSV(B)165.6º28.09%34.9%-
XYZ7.258.869.51-
YUV80.84129.22115.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=27.12%
G=37.71%
B=35.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489830.2800.070.65165.616.3430
Hex4059531C0741a6101e
Octal10013112334071012462036
Binary1000000101100110100111110001111000001101001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405953; }

 p { color: rgb(64,89,83); }

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

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

 a { background-color: rgb(64,89,83); }

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

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

 span { border-color: rgb(64,89,83); }

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