#405A51

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

Shades of Spectra #405A51

Tints of Spectra #405A51

Color information

#405A51 (or 0x405A51) is unknown color: approx Spectra. HEX triplet: 40, 5A and 51. RGB value is (64,90,81). Sum of RGB (Red+Green+Blue) = 64+90+81=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #405A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A51 is #BFA5AE. Grayscale: #515151. Windows color (decimal): -12559791 or 5331520. OLE color: 5331520.

HSL color Cylindrical-coordinate representation of color #405A51: hue angle of 159.23º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #405A51 is Cyan = 0.29, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB649081-
CMYK0.2900.10.65
HSL159.23º16.88%30.2%-
HSV(B)159.23º28.89%35.29%-
XYZ7.2699.14-
YUV81.2127.89115.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 81 (32.03% from 255) = 34.47%
R=27.23%
G=38.30%
B=34.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6490810.2900.10.65159.2316.8830.2
Hex405A511D0A419f111e
Octal100132121350121012372136
Binary10000001011010101000111101010101000001100111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405A51; }

 p { color: rgb(64,90,81); }

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

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

 a { background-color: rgb(64,90,81); }

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

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

 span { border-color: rgb(64,90,81); }

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