#405B52

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

Shades of Stromboli #405B52

Tints of Stromboli #405B52

Color information

#405B52 (or 0x405B52) is unknown color: approx Stromboli. HEX triplet: 40, 5B and 52. RGB value is (64,91,82). Sum of RGB (Red+Green+Blue) = 64+91+82=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #405B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B52 is #BFA4AD. Grayscale: #515151. Windows color (decimal): -12559534 or 5397312. OLE color: 5397312.

HSL color Cylindrical-coordinate representation of color #405B52: hue angle of 160º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405B52 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB649182-
CMYK0.3000.100.64
HSL160º17.42%30.39%-
HSV(B)160º29.67%35.69%-
XYZ7.389.189.37-
YUV81.9128.05115.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=27.00%
G=38.40%
B=34.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6491820.3000.100.6416017.4230.39
Hex405B521E0A40a0111e
Octal100133122360121002402136
Binary10000001011011101001011110010101000000101000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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