Html Css Color HEX #43514F Dark Slate

📋 copy color: '#43514F'

red 67 ◦ green 81 ◦ blue 79

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

Shades of Dark Slate #43514F

Tints of Dark Slate #43514F

RGB

 RED value IS 67 (26.56% from 255) = 29.52%

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

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

R = 29.52%
G = 35.68%
B = 34.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#43514F (or 0x43514F) is known color: Dark Slate. HEX triplet: 43, 51 and 4F. RGB value is (67,81,79). Sum of RGB (Red+Green+Blue) = 67+81+79=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #43514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43514F is #BCAEB0. Grayscale: #4C4C4C. Windows color (decimal): -12365489 or 5198147. OLE color: 5198147.

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

Color convert

RGB 67 81 79 -
CMYK 0.17 0 0.02 0.68
HSL 171.43º 0.09% 0.29% -
HSV(B) 171.43º 0.17% 0.32% -
XYZ 6.67 7.64 8.52 -
YUV 76.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 67 81 79 0.17 0 0.02 0.68 171.43 0.09 0.29
Hex 43 51 4F 11 0 2 44 AB 9 1D
Octal 103 121 117 21 0 2 104 253 11 35
Binary 1000011 1010001 1001111 10001 0 10 1000100 10101011 1001 11101

Color Harmonies of #43514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43514F

Black with #43514F

Text Example


Text Example

White with #43514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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