#405851

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

Shades of Spectra #405851

Tints of Spectra #405851

Color information

#405851 (or 0x405851) is unknown color: approx Spectra. HEX triplet: 40, 58 and 51. RGB value is (64,88,81). Sum of RGB (Red+Green+Blue) = 64+88+81=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #405851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405851 is #BFA7AE. Grayscale: #505050. Windows color (decimal): -12560303 or 5331008. OLE color: 5331008.

HSL color Cylindrical-coordinate representation of color #405851: hue angle of 162.5º 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 #405851 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB648881-
CMYK0.2700.080.65
HSL162.5º15.79%29.8%-
HSV(B)162.5º27.27%34.51%-
XYZ7.098.669.08-
YUV80.03128.55116.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=27.47%
G=37.77%
B=34.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488810.2700.080.65162.515.7929.8
Hex4058511B0841a2101e
Octal100130121330101012422036
Binary10000001011000101000111011010001000001101000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405851; }

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

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

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

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

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

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

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

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