Html Css Color HEX #26595B Dark Slate Grey

📋 copy color: '#26595B'

red 38 ◦ green 89 ◦ blue 91

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

Shades of Dark Slate Grey #26595B

Tints of Dark Slate Grey #26595B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.83%

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

R = 17.43%
G = 40.83%
B = 41.74%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26595B (or 0x26595B) is known color: Dark Slate Grey. HEX triplet: 26, 59 and 5B. RGB value is (38,89,91). Sum of RGB (Red+Green+Blue) = 38+89+91=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #26595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26595B is #D9A6A4. Grayscale: #494949. Windows color (decimal): -14263973 or 5986598. OLE color: 5986598.

HSL color Cylindrical-coordinate representation of color #26595B: hue angle of 182.26º 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 #26595B is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 89 91 -
CMYK 0.58 0.02 0 0.64
HSL 182.26º 0.41% 0.25% -
HSV(B) 182.26º 0.58% 0.36% -
XYZ 6.26 8.31 11.17 -
YUV 73.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 38 89 91 0.58 0.02 0 0.64 182.26 0.41 0.25
Hex 26 59 5B 3A 2 0 40 B6 29 19
Octal 46 131 133 72 2 0 100 266 51 31
Binary 100110 1011001 1011011 111010 10 0 1000000 10110110 101001 11001

Color Harmonies of #26595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26595B

Black with #26595B

Text Example


Text Example

White with #26595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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