Html Css Color HEX #415C58 Dark Slate

📋 copy color: '#415C58'

red 65 ◦ green 92 ◦ blue 88

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

Shades of Dark Slate #415C58

Tints of Dark Slate #415C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.55%

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 26.53%
G = 37.55%
B = 35.92%

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

#415C58 (or 0x415C58) is known color: Dark Slate. HEX triplet: 41, 5C and 58. RGB value is (65,92,88). Sum of RGB (Red+Green+Blue) = 65+92+88=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 92 - color contains mainly: green. Hex color #415C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C58 is #BEA3A7. Grayscale: #535353. Windows color (decimal): -12493736 or 5790785. OLE color: 5790785.

HSL color Cylindrical-coordinate representation of color #415C58: hue angle of 171.11º 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 #415C58 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 92 88 -
CMYK 0.29 0 0.04 0.64
HSL 171.11º 0.17% 0.31% -
HSV(B) 171.11º 0.29% 0.36% -
XYZ 7.77 9.48 10.65 -
YUV 83.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 65 92 88 0.29 0 0.04 0.64 171.11 0.17 0.31
Hex 41 5C 58 1D 0 4 40 AB 11 1F
Octal 101 134 130 35 0 4 100 253 21 37
Binary 1000001 1011100 1011000 11101 0 100 1000000 10101011 10001 11111

Color Harmonies of #415C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415C58

Black with #415C58

Text Example


Text Example

White with #415C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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