Html Css Color HEX #40605C Dark Slate

📋 copy color: '#40605C'

red 64 ◦ green 96 ◦ blue 92

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

Shades of Dark Slate #40605C

Tints of Dark Slate #40605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.1%

 BLUE value IS 92 (36.33% from 255) = 36.51%

R = 25.4%
G = 38.1%
B = 36.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#40605C (or 0x40605C) is known color: Dark Slate. HEX triplet: 40, 60 and 5C. RGB value is (64,96,92). Sum of RGB (Red+Green+Blue) = 64+96+92=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #40605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40605C is #BF9FA3. Grayscale: #555555. Windows color (decimal): -12558244 or 6053952. OLE color: 6053952.

HSL color Cylindrical-coordinate representation of color #40605C: hue angle of 172.5º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40605C is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 92 -
CMYK 0.33 0 0.04 0.62
HSL 172.5º 0.2% 0.31% -
HSV(B) 172.5º 0.33% 0.38% -
XYZ 8.23 10.23 11.67 -
YUV 85.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 64 96 92 0.33 0 0.04 0.62 172.5 0.2 0.31
Hex 40 60 5C 21 0 4 3E AC 14 1F
Octal 100 140 134 41 0 4 76 254 24 37
Binary 1000000 1100000 1011100 100001 0 100 111110 10101100 10100 11111

Color Harmonies of #40605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40605C

Black with #40605C

Text Example


Text Example

White with #40605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40605C; }

 p { color: rgb(64,96,92); }

 H1.HeaderClassName
 {
   color: #40605C;
 }
 .AnyTagClassName
 {
   color: #40605C;
 }
</style>

background-color css

<style>
 a { background-color: #40605C; }

 a { background-color: rgb(64,96,92); }

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

border-color css

<style>
 span { border-color: #40605C; }

 span { border-color: rgb(64,96,92); }

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