Html Css Color HEX #26504F Dark Slate Grey

📋 copy color: '#26504F'

red 38 ◦ green 80 ◦ blue 79

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

Shades of Dark Slate Grey #26504F

Tints of Dark Slate Grey #26504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.1%

R = 19.29%
G = 40.61%
B = 40.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#26504F (or 0x26504F) is known color: Dark Slate Grey. HEX triplet: 26, 50 and 4F. RGB value is (38,80,79). Sum of RGB (Red+Green+Blue) = 38+80+79=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #26504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26504F is #D9AFB0. Grayscale: #434343. Windows color (decimal): -14266289 or 5197862. OLE color: 5197862.

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

Color convert

RGB 38 80 79 -
CMYK 0.52 0 0.01 0.69
HSL 178.57º 0.36% 0.23% -
HSV(B) 178.57º 0.53% 0.31% -
XYZ 5.08 6.71 8.43 -
YUV 67.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 38 80 79 0.52 0 0.01 0.69 178.57 0.36 0.23
Hex 26 50 4F 34 0 1 45 B3 24 17
Octal 46 120 117 64 0 1 105 263 44 27
Binary 100110 1010000 1001111 110100 0 1 1000101 10110011 100100 10111

Color Harmonies of #26504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26504F

Black with #26504F

Text Example


Text Example

White with #26504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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