#40535B

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

Shades of Casal #40535B

Tints of Casal #40535B

Color information

#40535B (or 0x40535B) is unknown color: approx Casal. HEX triplet: 40, 53 and 5B. RGB value is (64,83,91). Sum of RGB (Red+Green+Blue) = 64+83+91=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #40535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40535B is #BFACA4. Grayscale: #4E4E4E. Windows color (decimal): -12561573 or 5985088. OLE color: 5985088.

HSL color Cylindrical-coordinate representation of color #40535B: hue angle of 197.78º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40535B is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648391-
CMYK0.300.0900.64
HSL197.78º17.42%30.39%-
HSV(B)197.78º29.67%35.69%-
XYZ7.18.0311.07-
YUV78.23135.21117.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=26.89%
G=34.87%
B=38.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6483910.300.0900.64197.7817.4230.39
Hex40535B1E9040c6111e
Octal100123133361101003062136
Binary10000001010011101101111110100101000000110001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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