Html Css Color HEX #26585C Dark Slate Grey

📋 copy color: '#26585C'

red 38 ◦ green 88 ◦ blue 92

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

Shades of Dark Slate Grey #26585C

Tints of Dark Slate Grey #26585C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

 BLUE value IS 92 (36.33% from 255) = 42.2%

R = 17.43%
G = 40.37%
B = 42.2%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26585C (or 0x26585C) is known color: Dark Slate Grey. HEX triplet: 26, 58 and 5C. RGB value is (38,88,92). Sum of RGB (Red+Green+Blue) = 38+88+92=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #26585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26585C is #D9A7A3. Grayscale: #494949. Windows color (decimal): -14264228 or 6051878. OLE color: 6051878.

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

Color convert

RGB 38 88 92 -
CMYK 0.59 0.04 0 0.64
HSL 184.44º 0.42% 0.25% -
HSV(B) 184.44º 0.59% 0.36% -
XYZ 6.22 8.16 11.37 -
YUV 73.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 38 88 92 0.59 0.04 0 0.64 184.44 0.42 0.25
Hex 26 58 5C 3B 4 0 40 B8 2A 19
Octal 46 130 134 73 4 0 100 270 52 31
Binary 100110 1011000 1011100 111011 100 0 1000000 10111000 101010 11001

Color Harmonies of #26585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26585C

Black with #26585C

Text Example


Text Example

White with #26585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26585C; }

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

 H1.HeaderClassName
 {
   color: #26585C;
 }
 .AnyTagClassName
 {
   color: #26585C;
 }
</style>

background-color css

<style>
 a { background-color: #26585C; }

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

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

border-color css

<style>
 span { border-color: #26585C; }

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

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