Html Css Color HEX #405952 Spectra

📋 copy color: '#405952'

red 64 ◦ green 89 ◦ blue 82

#405952
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #405952

Tints of Spectra #405952

RGB

 RED value IS 64 (25.39% from 255) = 27.23%

 GREEN value IS 89 (35.16% from 255) = 37.87%

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 27.23%
G = 37.87%
B = 34.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#405952 (or 0x405952) is known color: Spectra. HEX triplet: 40, 59 and 52. RGB value is (64,89,82). Sum of RGB (Red+Green+Blue) = 64+89+82=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #405952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405952 is #BFA6AD. Grayscale: #505050. Windows color (decimal): -12560046 or 5396800. OLE color: 5396800.

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

Color convert

RGB 64 89 82 -
CMYK 0.28 0 0.08 0.65
HSL 163.2º 0.16% 0.3% -
HSV(B) 163.2º 0.28% 0.35% -
XYZ 7.21 8.84 9.31 -
YUV 80.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 64 89 82 0.28 0 0.08 0.65 163.2 0.16 0.3
Hex 40 59 52 1C 0 8 41 A3 10 1E
Octal 100 131 122 34 0 10 101 243 20 36
Binary 1000000 1011001 1010010 11100 0 1000 1000001 10100011 10000 11110

Color Harmonies of #405952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405952

Black with #405952

Text Example


Text Example

White with #405952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405952; }

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

 H1.HeaderClassName
 {
   color: #405952;
 }
 .AnyTagClassName
 {
   color: #405952;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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