Html Css Color HEX #265250 Dark Slate Grey

📋 copy color: '#265250'

red 38 ◦ green 82 ◦ blue 80

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

Shades of Dark Slate Grey #265250

Tints of Dark Slate Grey #265250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 40%

R = 19%
G = 41%
B = 40%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#265250 (or 0x265250) is known color: Dark Slate Grey. HEX triplet: 26, 52 and 50. RGB value is (38,82,80). Sum of RGB (Red+Green+Blue) = 38+82+80=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #265250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265250 is #D9ADAF. Grayscale: #444444. Windows color (decimal): -14265776 or 5263910. OLE color: 5263910.

HSL color Cylindrical-coordinate representation of color #265250: hue angle of 177.27º 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 #265250 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 82 80 -
CMYK 0.54 0 0.02 0.68
HSL 177.27º 0.37% 0.24% -
HSV(B) 177.27º 0.54% 0.32% -
XYZ 5.26 7.03 8.67 -
YUV 68.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 38 82 80 0.54 0 0.02 0.68 177.27 0.37 0.24
Hex 26 52 50 36 0 2 44 B1 25 18
Octal 46 122 120 66 0 2 104 261 45 30
Binary 100110 1010010 1010000 110110 0 10 1000100 10110001 100101 11000

Color Harmonies of #265250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265250

Black with #265250

Text Example


Text Example

White with #265250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265250; }

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

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

background-color css

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

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

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

border-color css

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

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

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