Html Css Color HEX #415957 Dark Slate

📋 copy color: '#415957'

red 65 ◦ green 89 ◦ blue 87

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

Shades of Dark Slate #415957

Tints of Dark Slate #415957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

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

R = 26.97%
G = 36.93%
B = 36.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#415957 (or 0x415957) is known color: Dark Slate. HEX triplet: 41, 59 and 57. RGB value is (65,89,87). Sum of RGB (Red+Green+Blue) = 65+89+87=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #415957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415957 is #BEA6A8. Grayscale: #515151. Windows color (decimal): -12494505 or 5724481. OLE color: 5724481.

HSL color Cylindrical-coordinate representation of color #415957: hue angle of 175º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #415957 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 89 87 -
CMYK 0.27 0 0.02 0.65
HSL 175º 0.16% 0.3% -
HSV(B) 175º 0.27% 0.35% -
XYZ 7.47 8.96 10.35 -
YUV 81.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 65 89 87 0.27 0 0.02 0.65 175 0.16 0.3
Hex 41 59 57 1B 0 2 41 AF 10 1E
Octal 101 131 127 33 0 2 101 257 20 36
Binary 1000001 1011001 1010111 11011 0 10 1000001 10101111 10000 11110

Color Harmonies of #415957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415957

Black with #415957

Text Example


Text Example

White with #415957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415957; }

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

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

background-color css

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

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

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

border-color css

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

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

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