#405258

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

Shades of Casal #405258

Tints of Casal #405258

Color information

#405258 (or 0x405258) is unknown color: approx Casal. HEX triplet: 40, 52 and 58. RGB value is (64,82,88). Sum of RGB (Red+Green+Blue) = 64+82+88=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #405258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405258 is #BFADA7. Grayscale: #4D4D4D. Windows color (decimal): -12561832 or 5788224. OLE color: 5788224.

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

Color convert

RGB648288-
CMYK0.270.0700.65
HSL195º15.79%29.8%-
HSV(B)195º27.27%34.51%-
XYZ6.897.8310.38-
YUV77.3134.04118.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=27.35%
G=35.04%
B=37.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6482880.270.0700.6519515.7929.8
Hex4052581B7041c3101e
Octal10012213033701013032036
Binary1000000101001010110001101111101000001110000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405258; }

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

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

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

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

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

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

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

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