Html Css Color HEX #26504B Dark Slate Grey

📋 copy color: '#26504B'

red 38 ◦ green 80 ◦ blue 75

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

Shades of Dark Slate Grey #26504B

Tints of Dark Slate Grey #26504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.86%

R = 19.69%
G = 41.45%
B = 38.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#26504B (or 0x26504B) is known color: Dark Slate Grey. HEX triplet: 26, 50 and 4B. RGB value is (38,80,75). Sum of RGB (Red+Green+Blue) = 38+80+75=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #26504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26504B is #D9AFB4. Grayscale: #424242. Windows color (decimal): -14266293 or 4935718. OLE color: 4935718.

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

Color convert

RGB 38 80 75 -
CMYK 0.52 0 0.06 0.69
HSL 172.86º 0.36% 0.23% -
HSV(B) 172.86º 0.53% 0.31% -
XYZ 4.94 6.66 7.68 -
YUV 66.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 38 80 75 0.52 0 0.06 0.69 172.86 0.36 0.23
Hex 26 50 4B 34 0 6 45 AD 24 17
Octal 46 120 113 64 0 6 105 255 44 27
Binary 100110 1010000 1001011 110100 0 110 1000101 10101101 100100 10111

Color Harmonies of #26504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26504B

Black with #26504B

Text Example


Text Example

White with #26504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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