Html Css Color HEX #415E5B Dark Slate

📋 copy color: '#415E5B'

red 65 ◦ green 94 ◦ blue 91

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

Shades of Dark Slate #415E5B

Tints of Dark Slate #415E5B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.6%

 BLUE value IS 91 (35.94% from 255) = 36.4%

R = 26%
G = 37.6%
B = 36.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#415E5B (or 0x415E5B) is known color: Dark Slate. HEX triplet: 41, 5E and 5B. RGB value is (65,94,91). Sum of RGB (Red+Green+Blue) = 65+94+91=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 94 - color contains mainly: green. Hex color #415E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E5B is #BEA1A4. Grayscale: #545454. Windows color (decimal): -12493221 or 5987905. OLE color: 5987905.

HSL color Cylindrical-coordinate representation of color #415E5B: hue angle of 173.79º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #415E5B is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 94 91 -
CMYK 0.31 0 0.03 0.63
HSL 173.79º 0.18% 0.31% -
HSV(B) 173.79º 0.31% 0.37% -
XYZ 8.07 9.88 11.38 -
YUV 84.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 65 94 91 0.31 0 0.03 0.63 173.79 0.18 0.31
Hex 41 5E 5B 1F 0 3 3F AE 12 1F
Octal 101 136 133 37 0 3 77 256 22 37
Binary 1000001 1011110 1011011 11111 0 11 111111 10101110 10010 11111

Color Harmonies of #415E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415E5B

Black with #415E5B

Text Example


Text Example

White with #415E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415E5B; }

 p { color: rgb(65,94,91); }

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

background-color css

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

 a { background-color: rgb(65,94,91); }

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

border-color css

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

 span { border-color: rgb(65,94,91); }

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