Html Css Color HEX #26504C Dark Slate Grey

📋 copy color: '#26504C'

red 38 ◦ green 80 ◦ blue 76

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

Shades of Dark Slate Grey #26504C

Tints of Dark Slate Grey #26504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

 BLUE value IS 76 (30.08% from 255) = 39.18%

R = 19.59%
G = 41.24%
B = 39.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#26504C (or 0x26504C) is known color: Dark Slate Grey. HEX triplet: 26, 50 and 4C. RGB value is (38,80,76). Sum of RGB (Red+Green+Blue) = 38+80+76=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #26504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26504C is #D9AFB3. Grayscale: #424242. Windows color (decimal): -14266292 or 5001254. OLE color: 5001254.

HSL color Cylindrical-coordinate representation of color #26504C: hue angle of 174.29º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26504C is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 80 76 -
CMYK 0.52 0 0.05 0.69
HSL 174.29º 0.36% 0.23% -
HSV(B) 174.29º 0.53% 0.31% -
XYZ 4.97 6.67 7.86 -
YUV 66.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 38 80 76 0.52 0 0.05 0.69 174.29 0.36 0.23
Hex 26 50 4C 34 0 5 45 AE 24 17
Octal 46 120 114 64 0 5 105 256 44 27
Binary 100110 1010000 1001100 110100 0 101 1000101 10101110 100100 10111

Color Harmonies of #26504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26504C

Black with #26504C

Text Example


Text Example

White with #26504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,80,76); }

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

background-color css

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

 a { background-color: rgb(38,80,76); }

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

border-color css

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

 span { border-color: rgb(38,80,76); }

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