Html Css Color HEX #40595E Casal

📋 copy color: '#40595E'

red 64 ◦ green 89 ◦ blue 94

#40595E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #40595E

Tints of Casal #40595E

RGB

 RED value IS 64 (25.39% from 255) = 25.91%

 GREEN value IS 89 (35.16% from 255) = 36.03%

 BLUE value IS 94 (37.11% from 255) = 38.06%

R = 25.91%
G = 36.03%
B = 38.06%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40595E (or 0x40595E) is known color: Casal. HEX triplet: 40, 59 and 5E. RGB value is (64,89,94). Sum of RGB (Red+Green+Blue) = 64+89+94=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 94 - color contains mainly: blue. Hex color #40595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40595E is #BFA6A1. Grayscale: #525252. Windows color (decimal): -12560034 or 6183232. OLE color: 6183232.

HSL color Cylindrical-coordinate representation of color #40595E: hue angle of 190º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #40595E is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 89 94 -
CMYK 0.32 0.05 0 0.63
HSL 190º 0.19% 0.31% -
HSV(B) 190º 0.32% 0.37% -
XYZ 7.71 9.04 11.93 -
YUV 82.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 64 89 94 0.32 0.05 0 0.63 190 0.19 0.31
Hex 40 59 5E 20 5 0 3F BE 13 1F
Octal 100 131 136 40 5 0 77 276 23 37
Binary 1000000 1011001 1011110 100000 101 0 111111 10111110 10011 11111

Color Harmonies of #40595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40595E

Black with #40595E

Text Example


Text Example

White with #40595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40595E; }

 p { color: rgb(64,89,94); }

 H1.HeaderClassName
 {
   color: #40595E;
 }
 .AnyTagClassName
 {
   color: #40595E;
 }
</style>

background-color css

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

 a { background-color: rgb(64,89,94); }

 div.DivClassName
 {
   background-color: #40595E;
 }
 .BgClassName
 {
   background-color: #40595E;
 }
</style>

border-color css

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

 span { border-color: rgb(64,89,94); }

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