Html Css Color HEX #40595D Casal

📋 copy color: '#40595D'

red 64 ◦ green 89 ◦ blue 93

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

Shades of Casal #40595D

Tints of Casal #40595D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.8%

R = 26.02%
G = 36.18%
B = 37.8%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40595D (or 0x40595D) is known color: Casal. HEX triplet: 40, 59 and 5D. RGB value is (64,89,93). Sum of RGB (Red+Green+Blue) = 64+89+93=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #40595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40595D is #BFA6A2. Grayscale: #515151. Windows color (decimal): -12560035 or 6117696. OLE color: 6117696.

HSL color Cylindrical-coordinate representation of color #40595D: hue angle of 188.28º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40595D is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 89 93 -
CMYK 0.31 0.04 0 0.64
HSL 188.28º 0.18% 0.31% -
HSV(B) 188.28º 0.31% 0.36% -
XYZ 7.66 9.03 11.69 -
YUV 81.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 64 89 93 0.31 0.04 0 0.64 188.28 0.18 0.31
Hex 40 59 5D 1F 4 0 40 BC 12 1F
Octal 100 131 135 37 4 0 100 274 22 37
Binary 1000000 1011001 1011101 11111 100 0 1000000 10111100 10010 11111

Color Harmonies of #40595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40595D

Black with #40595D

Text Example


Text Example

White with #40595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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