Html Css Color HEX #42605C Dark Slate

📋 copy color: '#42605C'

red 66 ◦ green 96 ◦ blue 92

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

Shades of Dark Slate #42605C

Tints of Dark Slate #42605C

RGB

 RED value IS 66 (26.17% from 255) = 25.98%

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

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

R = 25.98%
G = 37.8%
B = 36.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#42605C (or 0x42605C) is known color: Dark Slate. HEX triplet: 42, 60 and 5C. RGB value is (66,96,92). Sum of RGB (Red+Green+Blue) = 66+96+92=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #42605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42605C is #BD9FA3. Grayscale: #565656. Windows color (decimal): -12427172 or 6053954. OLE color: 6053954.

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

Color convert

RGB 66 96 92 -
CMYK 0.31 0 0.04 0.62
HSL 172º 0.19% 0.32% -
HSV(B) 172º 0.31% 0.38% -
XYZ 8.36 10.3 11.67 -
YUV 86.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 66 96 92 0.31 0 0.04 0.62 172 0.19 0.32
Hex 42 60 5C 1F 0 4 3E AC 13 20
Octal 102 140 134 37 0 4 76 254 23 40
Binary 1000010 1100000 1011100 11111 0 100 111110 10101100 10011 100000

Color Harmonies of #42605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42605C

Black with #42605C

Text Example


Text Example

White with #42605C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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