Html Css Color HEX #26504D Dark Slate Grey

📋 copy color: '#26504D'

red 38 ◦ green 80 ◦ blue 77

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

Shades of Dark Slate Grey #26504D

Tints of Dark Slate Grey #26504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.49%

R = 19.49%
G = 41.03%
B = 39.49%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#26504D (or 0x26504D) is known color: Dark Slate Grey. HEX triplet: 26, 50 and 4D. RGB value is (38,80,77). Sum of RGB (Red+Green+Blue) = 38+80+77=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #26504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26504D is #D9AFB2. Grayscale: #434343. Windows color (decimal): -14266291 or 5066790. OLE color: 5066790.

HSL color Cylindrical-coordinate representation of color #26504D: hue angle of 175.71º 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 #26504D is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 80 77 -
CMYK 0.52 0 0.04 0.69
HSL 175.71º 0.36% 0.23% -
HSV(B) 175.71º 0.53% 0.31% -
XYZ 5.01 6.69 8.05 -
YUV 67.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 38 80 77 0.52 0 0.04 0.69 175.71 0.36 0.23
Hex 26 50 4D 34 0 4 45 B0 24 17
Octal 46 120 115 64 0 4 105 260 44 27
Binary 100110 1010000 1001101 110100 0 100 1000101 10110000 100100 10111

Color Harmonies of #26504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26504D

Black with #26504D

Text Example


Text Example

White with #26504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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