Html Css Color HEX #26514D Dark Slate Grey

📋 copy color: '#26514D'

red 38 ◦ green 81 ◦ blue 77

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

Shades of Dark Slate Grey #26514D

Tints of Dark Slate Grey #26514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.33%

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

R = 19.39%
G = 41.33%
B = 39.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#26514D (or 0x26514D) is known color: Dark Slate Grey. HEX triplet: 26, 51 and 4D. RGB value is (38,81,77). Sum of RGB (Red+Green+Blue) = 38+81+77=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #26514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26514D is #D9AEB2. Grayscale: #434343. Windows color (decimal): -14266035 or 5067046. OLE color: 5067046.

HSL color Cylindrical-coordinate representation of color #26514D: hue angle of 174.42º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26514D is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 81 77 -
CMYK 0.53 0 0.05 0.68
HSL 174.42º 0.36% 0.23% -
HSV(B) 174.42º 0.53% 0.32% -
XYZ 5.08 6.83 8.07 -
YUV 67.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 38 81 77 0.53 0 0.05 0.68 174.42 0.36 0.23
Hex 26 51 4D 35 0 5 44 AE 24 17
Octal 46 121 115 65 0 5 104 256 44 27
Binary 100110 1010001 1001101 110101 0 101 1000100 10101110 100100 10111

Color Harmonies of #26514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26514D

Black with #26514D

Text Example


Text Example

White with #26514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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