#405156

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

Shades of Casal #405156

Tints of Casal #405156

Color information

#405156 (or 0x405156) is unknown color: approx Casal. HEX triplet: 40, 51 and 56. RGB value is (64,81,86). Sum of RGB (Red+Green+Blue) = 64+81+86=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 86 - color contains mainly: blue. Hex color #405156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405156 is #BFAEA9. Grayscale: #4C4C4C. Windows color (decimal): -12562090 or 5656896. OLE color: 5656896.

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

Color convert

RGB648186-
CMYK0.260.0600.66
HSL193.64º14.67%29.41%-
HSV(B)193.64º25.58%33.73%-
XYZ6.747.659.93-
YUV76.49133.37119.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 86 (33.98% from 255) = 37.23%
R=27.71%
G=35.06%
B=37.23%

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
Decimal6481860.260.0600.66193.6414.6729.41
Hex4051561A6042c2f1d
Octal10012112632601023021735
Binary100000010100011010110110101100100001011000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405156; }

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

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

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

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

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

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

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

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