Html Css Color HEX #435150 Dark Slate

📋 copy color: '#435150'

red 67 ◦ green 81 ◦ blue 80

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

Shades of Dark Slate #435150

Tints of Dark Slate #435150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 29.39%
G = 35.53%
B = 35.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#435150 (or 0x435150) is known color: Dark Slate. HEX triplet: 43, 51 and 50. RGB value is (67,81,80). Sum of RGB (Red+Green+Blue) = 67+81+80=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #435150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435150 is #BCAEAF. Grayscale: #4C4C4C. Windows color (decimal): -12365488 or 5263683. OLE color: 5263683.

HSL color Cylindrical-coordinate representation of color #435150: hue angle of 175.71º 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 #435150 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 67 81 80 -
CMYK 0.17 0 0.01 0.68
HSL 175.71º 0.09% 0.29% -
HSV(B) 175.71º 0.17% 0.32% -
XYZ 6.71 7.66 8.71 -
YUV 76.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 67 81 80 0.17 0 0.01 0.68 175.71 0.09 0.29
Hex 43 51 50 11 0 1 44 B0 9 1D
Octal 103 121 120 21 0 1 104 260 11 35
Binary 1000011 1010001 1010000 10001 0 1 1000100 10110000 1001 11101

Color Harmonies of #435150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435150

Black with #435150

Text Example


Text Example

White with #435150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435150; }

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

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

background-color css

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

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

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

border-color css

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

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

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