Html Css Color HEX #435F5C Dark Slate

📋 copy color: '#435F5C'

red 67 ◦ green 95 ◦ blue 92

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

Shades of Dark Slate #435F5C

Tints of Dark Slate #435F5C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.4%

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 26.38%
G = 37.4%
B = 36.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#435F5C (or 0x435F5C) is known color: Dark Slate. HEX triplet: 43, 5F and 5C. RGB value is (67,95,92). Sum of RGB (Red+Green+Blue) = 67+95+92=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 95 - color contains mainly: green. Hex color #435F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435F5C is #BCA0A3. Grayscale: #565656. Windows color (decimal): -12361892 or 6053699. OLE color: 6053699.

HSL color Cylindrical-coordinate representation of color #435F5C: hue angle of 173.57º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #435F5C is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB 67 95 92 -
CMYK 0.29 0 0.03 0.63
HSL 173.57º 0.17% 0.32% -
HSV(B) 173.57º 0.29% 0.37% -
XYZ 8.34 10.15 11.64 -
YUV 86.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 67 95 92 0.29 0 0.03 0.63 173.57 0.17 0.32
Hex 43 5F 5C 1D 0 3 3F AE 11 20
Octal 103 137 134 35 0 3 77 256 21 40
Binary 1000011 1011111 1011100 11101 0 11 111111 10101110 10001 100000

Color Harmonies of #435F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435F5C

Black with #435F5C

Text Example


Text Example

White with #435F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435F5C; }

 p { color: rgb(67,95,92); }

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

background-color css

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

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

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

border-color css

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

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

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