Html Css Color HEX #435F5A Dark Slate

📋 copy color: '#435F5A'

red 67 ◦ green 95 ◦ blue 90

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

Shades of Dark Slate #435F5A

Tints of Dark Slate #435F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 26.59%
G = 37.7%
B = 35.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#435F5A (or 0x435F5A) is known color: Dark Slate. HEX triplet: 43, 5F and 5A. RGB value is (67,95,90). Sum of RGB (Red+Green+Blue) = 67+95+90=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 95 - color contains mainly: green. Hex color #435F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435F5A is #BCA0A5. Grayscale: #565656. Windows color (decimal): -12361894 or 5922627. OLE color: 5922627.

HSL color Cylindrical-coordinate representation of color #435F5A: hue angle of 169.29º 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 #435F5A is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB 67 95 90 -
CMYK 0.29 0 0.05 0.63
HSL 169.29º 0.17% 0.32% -
HSV(B) 169.29º 0.29% 0.37% -
XYZ 8.25 10.12 11.19 -
YUV 86.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 67 95 90 0.29 0 0.05 0.63 169.29 0.17 0.32
Hex 43 5F 5A 1D 0 5 3F A9 11 20
Octal 103 137 132 35 0 5 77 251 21 40
Binary 1000011 1011111 1011010 11101 0 101 111111 10101001 10001 100000

Color Harmonies of #435F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435F5A

Black with #435F5A

Text Example


Text Example

White with #435F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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