Html Css Color HEX #415450 Dark Slate

📋 copy color: '#415450'

red 65 ◦ green 84 ◦ blue 80

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

Shades of Dark Slate #415450

Tints of Dark Slate #415450

RGB

 RED value IS 65 (25.78% from 255) = 28.38%

 GREEN value IS 84 (33.2% from 255) = 36.68%

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

R = 28.38%
G = 36.68%
B = 34.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#415450 (or 0x415450) is known color: Dark Slate. HEX triplet: 41, 54 and 50. RGB value is (65,84,80). Sum of RGB (Red+Green+Blue) = 65+84+80=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #415450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415450 is #BEABAF. Grayscale: #4D4D4D. Windows color (decimal): -12495792 or 5264449. OLE color: 5264449.

HSL color Cylindrical-coordinate representation of color #415450: hue angle of 167.37º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #415450 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 84 80 -
CMYK 0.23 0 0.05 0.67
HSL 167.37º 0.13% 0.29% -
HSV(B) 167.37º 0.23% 0.33% -
XYZ 6.8 8.04 8.78 -
YUV 77.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 65 84 80 0.23 0 0.05 0.67 167.37 0.13 0.29
Hex 41 54 50 17 0 5 43 A7 D 1D
Octal 101 124 120 27 0 5 103 247 15 35
Binary 1000001 1010100 1010000 10111 0 101 1000011 10100111 1101 11101

Color Harmonies of #415450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415450

Black with #415450

Text Example


Text Example

White with #415450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415450; }

 p { color: rgb(65,84,80); }

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

background-color css

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

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

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

border-color css

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

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

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