Html Css Color HEX #325154 Dark Slate Grey

📋 copy color: '#325154'

red 50 ◦ green 81 ◦ blue 84

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

Shades of Dark Slate Grey #325154

Tints of Dark Slate Grey #325154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.07%

R = 23.26%
G = 37.67%
B = 39.07%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#325154 (or 0x325154) is known color: Dark Slate Grey. HEX triplet: 32, 51 and 54. RGB value is (50,81,84). Sum of RGB (Red+Green+Blue) = 50+81+84=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #325154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325154 is #CDAEAB. Grayscale: #484848. Windows color (decimal): -13479596 or 5525810. OLE color: 5525810.

HSL color Cylindrical-coordinate representation of color #325154: hue angle of 185.29º 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 #325154 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 81 84 -
CMYK 0.40 0.04 0 0.67
HSL 185.29º 0.25% 0.26% -
HSV(B) 185.29º 0.4% 0.33% -
XYZ 5.86 7.2 9.47 -
YUV 72.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 50 81 84 0.40 0.04 0 0.67 185.29 0.25 0.26
Hex 32 51 54 28 4 0 43 B9 19 1A
Octal 62 121 124 50 4 0 103 271 31 32
Binary 110010 1010001 1010100 101000 100 0 1000011 10111001 11001 11010

Color Harmonies of #325154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325154

Black with #325154

Text Example


Text Example

White with #325154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325154; }

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

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

background-color css

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

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

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

border-color css

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

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

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