#405259

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

Shades of Casal #405259

Tints of Casal #405259

Color information

#405259 (or 0x405259) is unknown color: approx Casal. HEX triplet: 40, 52 and 59. RGB value is (64,82,89). Sum of RGB (Red+Green+Blue) = 64+82+89=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #405259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405259 is #BFADA6. Grayscale: #4D4D4D. Windows color (decimal): -12561831 or 5853760. OLE color: 5853760.

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

Color convert

RGB648289-
CMYK0.280.0800.65
HSL196.8º16.34%30%-
HSV(B)196.8º28.09%34.9%-
XYZ6.937.8510.6-
YUV77.42134.54118.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=27.23%
G=34.89%
B=37.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6482890.280.0800.65196.816.3430
Hex4052591C8041c5101e
Octal100122131341001013052036
Binary10000001010010101100111100100001000001110001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405259; }

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

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

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

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

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

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

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

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