Html Css Color HEX #415B57 Dark Slate

📋 copy color: '#415B57'

red 65 ◦ green 91 ◦ blue 87

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

Shades of Dark Slate #415B57

Tints of Dark Slate #415B57

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.45%

 BLUE value IS 87 (34.38% from 255) = 35.8%

R = 26.75%
G = 37.45%
B = 35.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#415B57 (or 0x415B57) is known color: Dark Slate. HEX triplet: 41, 5B and 57. RGB value is (65,91,87). Sum of RGB (Red+Green+Blue) = 65+91+87=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 91 - color contains mainly: green. Hex color #415B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B57 is #BEA4A8. Grayscale: #525252. Windows color (decimal): -12493993 or 5724993. OLE color: 5724993.

HSL color Cylindrical-coordinate representation of color #415B57: hue angle of 170.77º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415B57 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 91 87 -
CMYK 0.29 0 0.04 0.64
HSL 170.77º 0.17% 0.31% -
HSV(B) 170.77º 0.29% 0.36% -
XYZ 7.64 9.29 10.41 -
YUV 82.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 65 91 87 0.29 0 0.04 0.64 170.77 0.17 0.31
Hex 41 5B 57 1D 0 4 40 AB 11 1F
Octal 101 133 127 35 0 4 100 253 21 37
Binary 1000001 1011011 1010111 11101 0 100 1000000 10101011 10001 11111

Color Harmonies of #415B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B57

Black with #415B57

Text Example


Text Example

White with #415B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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