#40535A

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

Shades of Casal #40535A

Tints of Casal #40535A

Color information

#40535A (or 0x40535A) is unknown color: approx Casal. HEX triplet: 40, 53 and 5A. RGB value is (64,83,90). Sum of RGB (Red+Green+Blue) = 64+83+90=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #40535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40535A is #BFACA5. Grayscale: #4E4E4E. Windows color (decimal): -12561574 or 5919552. OLE color: 5919552.

HSL color Cylindrical-coordinate representation of color #40535A: hue angle of 196.15º 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 #40535A is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB648390-
CMYK0.290.0800.65
HSL196.15º16.88%30.2%-
HSV(B)196.15º28.89%35.29%-
XYZ7.058.0110.85-
YUV78.12134.71117.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=27.00%
G=35.02%
B=37.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6483900.290.0800.65196.1516.8830.2
Hex40535A1D8041c4111e
Octal100123132351001013042136
Binary10000001010011101101011101100001000001110001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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