#405054

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

Shades of Casal #405054

Tints of Casal #405054

Color information

#405054 (or 0x405054) is unknown color: approx Casal. HEX triplet: 40, 50 and 54. RGB value is (64,80,84). Sum of RGB (Red+Green+Blue) = 64+80+84=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 84 - color contains mainly: blue. Hex color #405054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405054 is #BFAFAB. Grayscale: #4B4B4B. Windows color (decimal): -12562348 or 5525568. OLE color: 5525568.

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

Color convert

RGB648084-
CMYK0.240.0500.67
HSL192º13.51%29.02%-
HSV(B)192º23.81%32.94%-
XYZ6.587.479.48-
YUV75.67132.7119.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 84 (33.20% from 255) = 36.84%
R=28.07%
G=35.09%
B=36.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6480840.240.0500.6719213.5129.02
Hex405054185043c0e1d
Octal10012012430501033001635
Binary100000010100001010100110001010100001111000000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405054; }

 p { color: rgb(64,80,84); }

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

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

 a { background-color: rgb(64,80,84); }

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

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

 span { border-color: rgb(64,80,84); }

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