#405459

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

Shades of Casal #405459

Tints of Casal #405459

Color information

#405459 (or 0x405459) is unknown color: approx Casal. HEX triplet: 40, 54 and 59. RGB value is (64,84,89). Sum of RGB (Red+Green+Blue) = 64+84+89=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: blue. Hex color #405459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405459 is #BFABA6. Grayscale: #4E4E4E. Windows color (decimal): -12561319 or 5854272. OLE color: 5854272.

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

Color convert

RGB648489-
CMYK0.280.0600.65
HSL192º16.34%30%-
HSV(B)192º28.09%34.9%-
XYZ7.098.1510.65-
YUV78.59133.87117.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 89 (35.16% from 255) = 37.55%
R=27.00%
G=35.44%
B=37.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6484890.280.0600.6519216.3430
Hex4054591C6041c0101e
Octal10012413134601013002036
Binary1000000101010010110011110011001000001110000001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405459; }

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

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

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

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

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

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

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

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