#405154

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

Shades of Casal #405154

Tints of Casal #405154

Color information

#405154 (or 0x405154) is unknown color: approx Casal. HEX triplet: 40, 51 and 54. RGB value is (64,81,84). Sum of RGB (Red+Green+Blue) = 64+81+84=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 84 - color contains mainly: blue. Hex color #405154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405154 is #BFAEAB. Grayscale: #4C4C4C. Windows color (decimal): -12562092 or 5525824. OLE color: 5525824.

HSL color Cylindrical-coordinate representation of color #405154: hue angle of 189º 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 #405154 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB648184-
CMYK0.240.0400.67
HSL189º13.51%29.02%-
HSV(B)189º23.81%32.94%-
XYZ6.667.619.51-
YUV76.26132.37119.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 84 (33.20% from 255) = 36.68%
R=27.95%
G=35.37%
B=36.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6481840.240.0400.6718913.5129.02
Hex405154184043bde1d
Octal10012112430401032751635
Binary100000010100011010100110001000100001110111101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405154; }

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

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

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

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

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

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

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

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