Html Css Color HEX #26575D Dark Slate Grey

📋 copy color: '#26575D'

red 38 ◦ green 87 ◦ blue 93

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

Shades of Dark Slate Grey #26575D

Tints of Dark Slate Grey #26575D

RGB

 RED value IS 38 (15.23% from 255) = 17.43%

 GREEN value IS 87 (34.38% from 255) = 39.91%

 BLUE value IS 93 (36.72% from 255) = 42.66%

R = 17.43%
G = 39.91%
B = 42.66%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26575D (or 0x26575D) is known color: Dark Slate Grey. HEX triplet: 26, 57 and 5D. RGB value is (38,87,93). Sum of RGB (Red+Green+Blue) = 38+87+93=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #26575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26575D is #D9A8A2. Grayscale: #484848. Windows color (decimal): -14264483 or 6117158. OLE color: 6117158.

HSL color Cylindrical-coordinate representation of color #26575D: hue angle of 186.55º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26575D is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 87 93 -
CMYK 0.59 0.06 0 0.64
HSL 186.55º 0.42% 0.26% -
HSV(B) 186.55º 0.59% 0.36% -
XYZ 6.18 8.02 11.58 -
YUV 73.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 38 87 93 0.59 0.06 0 0.64 186.55 0.42 0.26
Hex 26 57 5D 3B 6 0 40 BB 2A 1A
Octal 46 127 135 73 6 0 100 273 52 32
Binary 100110 1010111 1011101 111011 110 0 1000000 10111011 101010 11010

Color Harmonies of #26575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26575D

Black with #26575D

Text Example


Text Example

White with #26575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26575D; }

 p { color: rgb(38,87,93); }

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

background-color css

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

 a { background-color: rgb(38,87,93); }

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

border-color css

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

 span { border-color: rgb(38,87,93); }

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