#405B63

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

Shades of Casal #405B63

Tints of Casal #405B63

Color information

#405B63 (or 0x405B63) is unknown color: approx Casal. HEX triplet: 40, 5B and 63. RGB value is (64,91,99). Sum of RGB (Red+Green+Blue) = 64+91+99=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: blue. Hex color #405B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B63 is #BFA49C. Grayscale: #535353. Windows color (decimal): -12559517 or 6511424. OLE color: 6511424.

HSL color Cylindrical-coordinate representation of color #405B63: hue angle of 193.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #405B63 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB649199-
CMYK0.350.0800.61
HSL193.71º21.47%31.96%-
HSV(B)193.71º35.35%38.82%-
XYZ8.119.4713.21-
YUV83.84136.55113.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 91 (35.94% from 255) = 35.83%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=25.20%
G=35.83%
B=38.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6491990.350.0800.61193.7121.4731.96
Hex405B6323803Dc21520
Octal10013314343100753022540
Binary100000010110111100011100011100001111011100001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405B63; }

 p { color: rgb(64,91,99); }

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

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

 a { background-color: rgb(64,91,99); }

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

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

 span { border-color: rgb(64,91,99); }

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