#405A53

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

Shades of Stromboli #405A53

Tints of Stromboli #405A53

Color information

#405A53 (or 0x405A53) is unknown color: approx Stromboli. HEX triplet: 40, 5A and 53. RGB value is (64,90,83). Sum of RGB (Red+Green+Blue) = 64+90+83=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 90 - color contains mainly: green. Hex color #405A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A53 is #BFA5AC. Grayscale: #515151. Windows color (decimal): -12559789 or 5462592. OLE color: 5462592.

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

Color convert

RGB649083-
CMYK0.2900.080.65
HSL163.85º16.88%30.2%-
HSV(B)163.85º28.89%35.29%-
XYZ7.339.039.54-
YUV81.43128.89115.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 90 (35.55% from 255) = 37.97%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=27.00%
G=37.97%
B=35.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6490830.2900.080.65163.8516.8830.2
Hex405A531D0841a4111e
Octal100132123350101012442136
Binary10000001011010101001111101010001000001101001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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