Html Css Color HEX #265251 Dark Slate Grey

📋 copy color: '#265251'

red 38 ◦ green 82 ◦ blue 81

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

Shades of Dark Slate Grey #265251

Tints of Dark Slate Grey #265251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 18.91%
G = 40.8%
B = 40.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#265251 (or 0x265251) is known color: Dark Slate Grey. HEX triplet: 26, 52 and 51. RGB value is (38,82,81). Sum of RGB (Red+Green+Blue) = 38+82+81=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #265251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265251 is #D9ADAE. Grayscale: #444444. Windows color (decimal): -14265775 or 5329446. OLE color: 5329446.

HSL color Cylindrical-coordinate representation of color #265251: hue angle of 178.64º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #265251 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 82 81 -
CMYK 0.54 0 0.01 0.68
HSL 178.64º 0.37% 0.24% -
HSV(B) 178.64º 0.54% 0.32% -
XYZ 5.3 7.04 8.86 -
YUV 68.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 38 82 81 0.54 0 0.01 0.68 178.64 0.37 0.24
Hex 26 52 51 36 0 1 44 B3 25 18
Octal 46 122 121 66 0 1 104 263 45 30
Binary 100110 1010010 1010001 110110 0 1 1000100 10110011 100101 11000

Color Harmonies of #265251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265251

Black with #265251

Text Example


Text Example

White with #265251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265251; }

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

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

background-color css

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

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

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

border-color css

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

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

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