Html Css Color HEX #275253 Dark Slate Grey

📋 copy color: '#275253'

red 39 ◦ green 82 ◦ blue 83

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

Shades of Dark Slate Grey #275253

Tints of Dark Slate Grey #275253

RGB

 RED value IS 39 (15.63% from 255) = 19.12%

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

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

R = 19.12%
G = 40.2%
B = 40.69%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#275253 (or 0x275253) is known color: Dark Slate Grey. HEX triplet: 27, 52 and 53. RGB value is (39,82,83). Sum of RGB (Red+Green+Blue) = 39+82+83=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #275253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275253 is #D8ADAC. Grayscale: #454545. Windows color (decimal): -14200237 or 5460519. OLE color: 5460519.

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

Color convert

RGB 39 82 83 -
CMYK 0.53 0.01 0 0.67
HSL 181.36º 0.36% 0.24% -
HSV(B) 181.36º 0.53% 0.33% -
XYZ 5.42 7.09 9.27 -
YUV 69.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 39 82 83 0.53 0.01 0 0.67 181.36 0.36 0.24
Hex 27 52 53 35 1 0 43 B5 24 18
Octal 47 122 123 65 1 0 103 265 44 30
Binary 100111 1010010 1010011 110101 1 0 1000011 10110101 100100 11000

Color Harmonies of #275253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275253

Black with #275253

Text Example


Text Example

White with #275253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275253; }

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

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

background-color css

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

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

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

border-color css

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

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

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