#405357

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

Shades of Casal #405357

Tints of Casal #405357

Color information

#405357 (or 0x405357) is unknown color: approx Casal. HEX triplet: 40, 53 and 57. RGB value is (64,83,87). Sum of RGB (Red+Green+Blue) = 64+83+87=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 87 - color contains mainly: blue. Hex color #405357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405357 is #BFACA8. Grayscale: #4D4D4D. Windows color (decimal): -12561577 or 5722944. OLE color: 5722944.

HSL color Cylindrical-coordinate representation of color #405357: hue angle of 190.43º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #405357 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB648387-
CMYK0.260.0500.66
HSL190.43º15.23%29.61%-
HSV(B)190.43º26.44%34.12%-
XYZ6.937.9610.19-
YUV77.78133.21118.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=27.35%
G=35.47%
B=37.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6483870.260.0500.66190.4315.2329.61
Hex4053571A5042bef1e
Octal10012312732501022761736
Binary100000010100111010111110101010100001010111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405357; }

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

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

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

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

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

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

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

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