#405158

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

Shades of Casal #405158

Tints of Casal #405158

Color information

#405158 (or 0x405158) is unknown color: approx Casal. HEX triplet: 40, 51 and 58. RGB value is (64,81,88). Sum of RGB (Red+Green+Blue) = 64+81+88=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #405158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405158 is #BFAEA7. Grayscale: #4C4C4C. Windows color (decimal): -12562088 or 5787968. OLE color: 5787968.

HSL color Cylindrical-coordinate representation of color #405158: hue angle of 197.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #405158 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB648188-
CMYK0.270.0800.65
HSL197.5º15.79%29.8%-
HSV(B)197.5º27.27%34.51%-
XYZ6.827.6810.36-
YUV76.71134.37118.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=27.47%
G=34.76%
B=37.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6481880.270.0800.65197.515.7929.8
Hex4051581B8041c6101e
Octal100121130331001013062036
Binary10000001010001101100011011100001000001110001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405158; }

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

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

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

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

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

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

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

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