#405256

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

Shades of Casal #405256

Tints of Casal #405256

Color information

#405256 (or 0x405256) is unknown color: approx Casal. HEX triplet: 40, 52 and 56. RGB value is (64,82,86). Sum of RGB (Red+Green+Blue) = 64+82+86=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 86 - color contains mainly: blue. Hex color #405256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405256 is #BFADA9. Grayscale: #4D4D4D. Windows color (decimal): -12561834 or 5657152. OLE color: 5657152.

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

Color convert

RGB648286-
CMYK0.260.0500.66
HSL190.91º14.67%29.41%-
HSV(B)190.91º25.58%33.73%-
XYZ6.817.89.95-
YUV77.07133.04118.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=27.59%
G=35.34%
B=37.07%

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
Decimal6482860.260.0500.66190.9114.6729.41
Hex4052561A5042bff1d
Octal10012212632501022771735
Binary100000010100101010110110101010100001010111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405256; }

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

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

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

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

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

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

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

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