Html Css Color HEX #435051 Dark Slate

📋 copy color: '#435051'

red 67 ◦ green 80 ◦ blue 81

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

Shades of Dark Slate #435051

Tints of Dark Slate #435051

RGB

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

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

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

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

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

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

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

Color convert

RGB 67 80 81 -
CMYK 0.17 0.01 0 0.68
HSL 184.29º 0.09% 0.29% -
HSV(B) 184.29º 0.17% 0.32% -
XYZ 6.67 7.52 8.89 -
YUV 76.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 67 80 81 0.17 0.01 0 0.68 184.29 0.09 0.29
Hex 43 50 51 11 1 0 44 B8 9 1D
Octal 103 120 121 21 1 0 104 270 11 35
Binary 1000011 1010000 1010001 10001 1 0 1000100 10111000 1001 11101

Color Harmonies of #435051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435051

Black with #435051

Text Example


Text Example

White with #435051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435051; }

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

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

background-color css

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

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

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

border-color css

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

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

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