Html Css Color HEX #415857 Dark Slate

📋 copy color: '#415857'

red 65 ◦ green 88 ◦ blue 87

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

Shades of Dark Slate #415857

Tints of Dark Slate #415857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.67%

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

R = 27.08%
G = 36.67%
B = 36.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#415857 (or 0x415857) is known color: Dark Slate. HEX triplet: 41, 58 and 57. RGB value is (65,88,87). Sum of RGB (Red+Green+Blue) = 65+88+87=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 88 - color contains mainly: green. Hex color #415857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415857 is #BEA7A8. Grayscale: #505050. Windows color (decimal): -12494761 or 5724225. OLE color: 5724225.

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

Color convert

RGB 65 88 87 -
CMYK 0.26 0 0.01 0.65
HSL 177.39º 0.15% 0.3% -
HSV(B) 177.39º 0.26% 0.35% -
XYZ 7.39 8.79 10.32 -
YUV 81.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 65 88 87 0.26 0 0.01 0.65 177.39 0.15 0.3
Hex 41 58 57 1A 0 1 41 B1 F 1E
Octal 101 130 127 32 0 1 101 261 17 36
Binary 1000001 1011000 1010111 11010 0 1 1000001 10110001 1111 11110

Color Harmonies of #415857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415857

Black with #415857

Text Example


Text Example

White with #415857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415857; }

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

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

background-color css

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

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

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

border-color css

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

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

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