#405359

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

Shades of Casal #405359

Tints of Casal #405359

Color information

#405359 (or 0x405359) is unknown color: approx Casal. HEX triplet: 40, 53 and 59. RGB value is (64,83,89). Sum of RGB (Red+Green+Blue) = 64+83+89=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #405359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405359 is #BFACA6. Grayscale: #4D4D4D. Windows color (decimal): -12561575 or 5854016. OLE color: 5854016.

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

Color convert

RGB648389-
CMYK0.280.0700.65
HSL194.4º16.34%30%-
HSV(B)194.4º28.09%34.9%-
XYZ7.01810.63-
YUV78134.21118.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=27.12%
G=35.17%
B=37.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6483890.280.0700.65194.416.3430
Hex4053591C7041c2101e
Octal10012313134701013022036
Binary1000000101001110110011110011101000001110000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405359; }

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

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

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

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

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

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

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

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