Html Css Color HEX #415B58 Dark Slate

📋 copy color: '#415B58'

red 65 ◦ green 91 ◦ blue 88

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

Shades of Dark Slate #415B58

Tints of Dark Slate #415B58

RGB

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

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

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

R = 26.64%
G = 37.3%
B = 36.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#415B58 (or 0x415B58) is known color: Dark Slate. HEX triplet: 41, 5B and 58. RGB value is (65,91,88). Sum of RGB (Red+Green+Blue) = 65+91+88=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 91 - color contains mainly: green. Hex color #415B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B58 is #BEA4A7. Grayscale: #525252. Windows color (decimal): -12493992 or 5790529. OLE color: 5790529.

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

Color convert

RGB 65 91 88 -
CMYK 0.29 0 0.03 0.64
HSL 173.08º 0.17% 0.31% -
HSV(B) 173.08º 0.29% 0.36% -
XYZ 7.68 9.31 10.62 -
YUV 82.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 65 91 88 0.29 0 0.03 0.64 173.08 0.17 0.31
Hex 41 5B 58 1D 0 3 40 AD 11 1F
Octal 101 133 130 35 0 3 100 255 21 37
Binary 1000001 1011011 1011000 11101 0 11 1000000 10101101 10001 11111

Color Harmonies of #415B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B58

Black with #415B58

Text Example


Text Example

White with #415B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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