Html Css Color HEX #265253 Dark Slate Grey

📋 copy color: '#265253'

red 38 ◦ green 82 ◦ blue 83

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

Shades of Dark Slate Grey #265253

Tints of Dark Slate Grey #265253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.89%

R = 18.72%
G = 40.39%
B = 40.89%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#265253 (or 0x265253) is known color: Dark Slate Grey. HEX triplet: 26, 52 and 53. RGB value is (38,82,83). Sum of RGB (Red+Green+Blue) = 38+82+83=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #265253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265253 is #D9ADAC. Grayscale: #444444. Windows color (decimal): -14265773 or 5460518. OLE color: 5460518.

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

Color convert

RGB 38 82 83 -
CMYK 0.54 0.01 0 0.67
HSL 181.33º 0.37% 0.24% -
HSV(B) 181.33º 0.54% 0.33% -
XYZ 5.38 7.07 9.27 -
YUV 68.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 38 82 83 0.54 0.01 0 0.67 181.33 0.37 0.24
Hex 26 52 53 36 1 0 43 B5 25 18
Octal 46 122 123 66 1 0 103 265 45 30
Binary 100110 1010010 1010011 110110 1 0 1000011 10110101 100101 11000

Color Harmonies of #265253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265253

Black with #265253

Text Example


Text Example

White with #265253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265253; }

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

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

background-color css

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

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

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

border-color css

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

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

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