#405850

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

Shades of Spectra #405850

Tints of Spectra #405850

Color information

#405850 (or 0x405850) is unknown color: approx Spectra. HEX triplet: 40, 58 and 50. RGB value is (64,88,80). Sum of RGB (Red+Green+Blue) = 64+88+80=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #405850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405850 is #BFA7AF. Grayscale: #4F4F4F. Windows color (decimal): -12560304 or 5265472. OLE color: 5265472.

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

Color convert

RGB648880-
CMYK0.2700.090.65
HSL160º15.79%29.8%-
HSV(B)160º27.27%34.51%-
XYZ7.058.658.89-
YUV79.91128.05116.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=27.59%
G=37.93%
B=34.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488800.2700.090.6516015.7929.8
Hex4058501B0941a0101e
Octal100130120330111012402036
Binary10000001011000101000011011010011000001101000001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405850; }

 p { color: rgb(64,88,80); }

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

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

 a { background-color: rgb(64,88,80); }

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

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

 span { border-color: rgb(64,88,80); }

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