Html Css Color HEX #325153 Dark Slate Grey

📋 copy color: '#325153'

red 50 ◦ green 81 ◦ blue 83

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

Shades of Dark Slate Grey #325153

Tints of Dark Slate Grey #325153

RGB

 RED value IS 50 (19.92% from 255) = 23.36%

 GREEN value IS 81 (32.03% from 255) = 37.85%

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

R = 23.36%
G = 37.85%
B = 38.79%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#325153 (or 0x325153) is known color: Dark Slate Grey. HEX triplet: 32, 51 and 53. RGB value is (50,81,83). Sum of RGB (Red+Green+Blue) = 50+81+83=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #325153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325153 is #CDAEAC. Grayscale: #474747. Windows color (decimal): -13479597 or 5460274. OLE color: 5460274.

HSL color Cylindrical-coordinate representation of color #325153: hue angle of 183.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325153 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 81 83 -
CMYK 0.40 0.02 0 0.67
HSL 183.64º 0.25% 0.26% -
HSV(B) 183.64º 0.4% 0.33% -
XYZ 5.82 7.19 9.26 -
YUV 71.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 50 81 83 0.40 0.02 0 0.67 183.64 0.25 0.26
Hex 32 51 53 28 2 0 43 B8 19 1A
Octal 62 121 123 50 2 0 103 270 31 32
Binary 110010 1010001 1010011 101000 10 0 1000011 10111000 11001 11010

Color Harmonies of #325153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325153

Black with #325153

Text Example


Text Example

White with #325153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325153; }

 p { color: rgb(50,81,83); }

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

background-color css

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

 a { background-color: rgb(50,81,83); }

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

border-color css

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

 span { border-color: rgb(50,81,83); }

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