#405056

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

Shades of Casal #405056

Tints of Casal #405056

Color information

#405056 (or 0x405056) is unknown color: approx Casal. HEX triplet: 40, 50 and 56. RGB value is (64,80,86). Sum of RGB (Red+Green+Blue) = 64+80+86=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 86 - color contains mainly: blue. Hex color #405056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405056 is #BFAFA9. Grayscale: #4B4B4B. Windows color (decimal): -12562346 or 5656640. OLE color: 5656640.

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

Color convert

RGB648086-
CMYK0.260.0700.66
HSL196.36º14.67%29.41%-
HSV(B)196.36º25.58%33.73%-
XYZ6.667.59.9-
YUV75.9133.7119.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=27.83%
G=34.78%
B=37.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6480860.260.0700.66196.3614.6729.41
Hex4050561A7042c4f1d
Octal10012012632701023041735
Binary100000010100001010110110101110100001011000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405056; }

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

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

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

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

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

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

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

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