Html Css Color HEX #435050 Dark Slate

📋 copy color: '#435050'

red 67 ◦ green 80 ◦ blue 80

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

Shades of Dark Slate #435050

Tints of Dark Slate #435050

RGB

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

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

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

R = 29.52%
G = 35.24%
B = 35.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#435050 (or 0x435050) is known color: Dark Slate. HEX triplet: 43, 50 and 50. RGB value is (67,80,80). Sum of RGB (Red+Green+Blue) = 67+80+80=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #435050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435050 is #BCAFAF. Grayscale: #4C4C4C. Windows color (decimal): -12365744 or 5263427. OLE color: 5263427.

HSL color Cylindrical-coordinate representation of color #435050: hue angle of 180º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #435050 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 80 80 -
CMYK 0.16 0 0 0.69
HSL 180º 0.09% 0.29% -
HSV(B) 180º 0.16% 0.31% -
XYZ 6.63 7.51 8.69 -
YUV 76.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 67 80 80 0.16 0 0 0.69 180 0.09 0.29
Hex 43 50 50 10 0 0 45 B4 9 1D
Octal 103 120 120 20 0 0 105 264 11 35
Binary 1000011 1010000 1010000 10000 0 0 1000101 10110100 1001 11101

Color Harmonies of #435050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435050

Black with #435050

Text Example


Text Example

White with #435050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435050; }

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

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

background-color css

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

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

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

border-color css

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

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

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