Html Css Color HEX #325255 Dark Slate Grey

📋 copy color: '#325255'

red 50 ◦ green 82 ◦ blue 85

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

Shades of Dark Slate Grey #325255

Tints of Dark Slate Grey #325255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.17%

R = 23.04%
G = 37.79%
B = 39.17%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#325255 (or 0x325255) is known color: Dark Slate Grey. HEX triplet: 32, 52 and 55. RGB value is (50,82,85). Sum of RGB (Red+Green+Blue) = 50+82+85=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #325255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325255 is #CDADAA. Grayscale: #484848. Windows color (decimal): -13479339 or 5591602. OLE color: 5591602.

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

Color convert

RGB 50 82 85 -
CMYK 0.41 0.04 0 0.67
HSL 185.14º 0.26% 0.26% -
HSV(B) 185.14º 0.41% 0.33% -
XYZ 5.97 7.37 9.7 -
YUV 72.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 50 82 85 0.41 0.04 0 0.67 185.14 0.26 0.26
Hex 32 52 55 29 4 0 43 B9 1A 1A
Octal 62 122 125 51 4 0 103 271 32 32
Binary 110010 1010010 1010101 101001 100 0 1000011 10111001 11010 11010

Color Harmonies of #325255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325255

Black with #325255

Text Example


Text Example

White with #325255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325255; }

 p { color: rgb(50,82,85); }

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

background-color css

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

 a { background-color: rgb(50,82,85); }

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

border-color css

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

 span { border-color: rgb(50,82,85); }

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