Html Css Color HEX #42514F Dark Slate

📋 copy color: '#42514F'

red 66 ◦ green 81 ◦ blue 79

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

Shades of Dark Slate #42514F

Tints of Dark Slate #42514F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.84%

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 29.2%
G = 35.84%
B = 34.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#42514F (or 0x42514F) is known color: Dark Slate. HEX triplet: 42, 51 and 4F. RGB value is (66,81,79). Sum of RGB (Red+Green+Blue) = 66+81+79=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #42514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42514F is #BDAEB0. Grayscale: #4C4C4C. Windows color (decimal): -12431025 or 5198146. OLE color: 5198146.

HSL color Cylindrical-coordinate representation of color #42514F: hue angle of 172º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #42514F is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 79 -
CMYK 0.19 0 0.02 0.68
HSL 172º 0.1% 0.29% -
HSV(B) 172º 0.19% 0.32% -
XYZ 6.6 7.61 8.52 -
YUV 76.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 66 81 79 0.19 0 0.02 0.68 172 0.1 0.29
Hex 42 51 4F 13 0 2 44 AC A 1D
Octal 102 121 117 23 0 2 104 254 12 35
Binary 1000010 1010001 1001111 10011 0 10 1000100 10101100 1010 11101

Color Harmonies of #42514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42514F

Black with #42514F

Text Example


Text Example

White with #42514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42514F; }

 p { color: rgb(66,81,79); }

 H1.HeaderClassName
 {
   color: #42514F;
 }
 .AnyTagClassName
 {
   color: #42514F;
 }
</style>

background-color css

<style>
 a { background-color: #42514F; }

 a { background-color: rgb(66,81,79); }

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

border-color css

<style>
 span { border-color: #42514F; }

 span { border-color: rgb(66,81,79); }

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