#405257

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

Shades of Casal #405257

Tints of Casal #405257

Color information

#405257 (or 0x405257) is unknown color: approx Casal. HEX triplet: 40, 52 and 57. RGB value is (64,82,87). Sum of RGB (Red+Green+Blue) = 64+82+87=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #405257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405257 is #BFADA8. Grayscale: #4D4D4D. Windows color (decimal): -12561833 or 5722688. OLE color: 5722688.

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

Color convert

RGB648287-
CMYK0.260.0600.66
HSL193.04º15.23%29.61%-
HSV(B)193.04º26.44%34.12%-
XYZ6.857.8110.16-
YUV77.19133.54118.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 87 (34.38% from 255) = 37.34%
R=27.47%
G=35.19%
B=37.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6482870.260.0600.66193.0415.2329.61
Hex4052571A6042c1f1e
Octal10012212732601023011736
Binary100000010100101010111110101100100001011000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405257; }

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

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

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

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

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

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

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

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