Html Css Color HEX #255253 Dark Slate Grey

📋 copy color: '#255253'

red 37 ◦ green 82 ◦ blue 83

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

Shades of Dark Slate Grey #255253

Tints of Dark Slate Grey #255253

RGB

 RED value IS 37 (14.84% from 255) = 18.32%

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

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

R = 18.32%
G = 40.59%
B = 41.09%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#255253 (or 0x255253) is known color: Dark Slate Grey. HEX triplet: 25, 52 and 53. RGB value is (37,82,83). Sum of RGB (Red+Green+Blue) = 37+82+83=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #255253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255253 is #DAADAC. Grayscale: #444444. Windows color (decimal): -14331309 or 5460517. OLE color: 5460517.

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

Color convert

RGB 37 82 83 -
CMYK 0.55 0.01 0 0.67
HSL 181.3º 0.38% 0.24% -
HSV(B) 181.3º 0.55% 0.33% -
XYZ 5.34 7.05 9.26 -
YUV 68.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 37 82 83 0.55 0.01 0 0.67 181.3 0.38 0.24
Hex 25 52 53 37 1 0 43 B5 26 18
Octal 45 122 123 67 1 0 103 265 46 30
Binary 100101 1010010 1010011 110111 1 0 1000011 10110101 100110 11000

Color Harmonies of #255253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255253

Black with #255253

Text Example


Text Example

White with #255253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255253; }

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

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

background-color css

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

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

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

border-color css

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

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

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