#405155

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

Shades of Casal #405155

Tints of Casal #405155

Color information

#405155 (or 0x405155) is unknown color: approx Casal. HEX triplet: 40, 51 and 55. RGB value is (64,81,85). Sum of RGB (Red+Green+Blue) = 64+81+85=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 85 - color contains mainly: blue. Hex color #405155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405155 is #BFAEAA. Grayscale: #4C4C4C. Windows color (decimal): -12562091 or 5591360. OLE color: 5591360.

HSL color Cylindrical-coordinate representation of color #405155: hue angle of 191.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #405155 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB648185-
CMYK0.250.0500.67
HSL191.43º14.09%29.22%-
HSV(B)191.43º24.71%33.33%-
XYZ6.77.639.71-
YUV76.37132.87119.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 85 (33.59% from 255) = 36.96%
R=27.83%
G=35.22%
B=36.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6481850.250.0500.67191.4314.0929.22
Hex405155195043bfe1d
Octal10012112531501032771635
Binary100000010100011010101110011010100001110111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405155; }

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

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

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

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

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

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

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

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