#40545A

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

Shades of Casal #40545A

Tints of Casal #40545A

Color information

#40545A (or 0x40545A) is unknown color: approx Casal. HEX triplet: 40, 54 and 5A. RGB value is (64,84,90). Sum of RGB (Red+Green+Blue) = 64+84+90=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 90 - color contains mainly: blue. Hex color #40545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40545A is #BFABA5. Grayscale: #4E4E4E. Windows color (decimal): -12561318 or 5919808. OLE color: 5919808.

HSL color Cylindrical-coordinate representation of color #40545A: hue angle of 193.85º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40545A is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB648490-
CMYK0.290.0700.65
HSL193.85º16.88%30.2%-
HSV(B)193.85º28.89%35.29%-
XYZ7.138.1710.87-
YUV78.7134.37117.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 90 (35.55% from 255) = 37.82%
R=26.89%
G=35.29%
B=37.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6484900.290.0700.65193.8516.8830.2
Hex40545A1D7041c2111e
Octal10012413235701013022136
Binary1000000101010010110101110111101000001110000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40545A; }

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

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

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

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

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

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

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

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