Html Css Color HEX #26575B Dark Slate Grey

📋 copy color: '#26575B'

red 38 ◦ green 87 ◦ blue 91

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

Shades of Dark Slate Grey #26575B

Tints of Dark Slate Grey #26575B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 17.59%
G = 40.28%
B = 42.13%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26575B (or 0x26575B) is known color: Dark Slate Grey. HEX triplet: 26, 57 and 5B. RGB value is (38,87,91). Sum of RGB (Red+Green+Blue) = 38+87+91=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #26575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26575B is #D9A8A4. Grayscale: #484848. Windows color (decimal): -14264485 or 5986086. OLE color: 5986086.

HSL color Cylindrical-coordinate representation of color #26575B: hue angle of 184.53º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26575B is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 87 91 -
CMYK 0.58 0.04 0 0.64
HSL 184.53º 0.41% 0.25% -
HSV(B) 184.53º 0.58% 0.36% -
XYZ 6.1 7.98 11.12 -
YUV 72.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 38 87 91 0.58 0.04 0 0.64 184.53 0.41 0.25
Hex 26 57 5B 3A 4 0 40 B9 29 19
Octal 46 127 133 72 4 0 100 271 51 31
Binary 100110 1010111 1011011 111010 100 0 1000000 10111001 101001 11001

Color Harmonies of #26575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26575B

Black with #26575B

Text Example


Text Example

White with #26575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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