Html Css Color HEX #5D204C Pompadour

📋 copy color: '#5D204C'

red 93 ◦ green 32 ◦ blue 76

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

Shades of Pompadour #5D204C

Tints of Pompadour #5D204C

RGB

 RED value IS 93 (36.72% from 255) = 46.27%

 GREEN value IS 32 (12.89% from 255) = 15.92%

 BLUE value IS 76 (30.08% from 255) = 37.81%

R = 46.27%
G = 15.92%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#5D204C (or 0x5D204C) is known color: Pompadour. HEX triplet: 5D, 20 and 4C. RGB value is (93,32,76). Sum of RGB (Red+Green+Blue) = 93+32+76=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 93 - color contains mainly: red. Hex color #5D204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D204C is #A2DFB3. Grayscale: #373737. Windows color (decimal): -10674100 or 4989021. OLE color: 4989021.

HSL color Cylindrical-coordinate representation of color #5D204C: hue angle of 316.72º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D204C is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 32 76 -
CMYK 0 0.66 0.18 0.64
HSL 316.72º 0.49% 0.25% -
HSV(B) 316.72º 0.66% 0.36% -
XYZ 6.34 3.88 7.25 -
YUV 55.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 93 32 76 0 0.66 0.18 0.64 316.72 0.49 0.25
Hex 5D 20 4C 0 42 12 40 13D 31 19
Octal 135 40 114 0 102 22 100 475 61 31
Binary 1011101 100000 1001100 0 1000010 10010 1000000 100111101 110001 11001

Color Harmonies of #5D204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D204C

Black with #5D204C

Text Example


Text Example

White with #5D204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D204C; }

 p { color: rgb(93,32,76); }

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

background-color css

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

 a { background-color: rgb(93,32,76); }

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

border-color css

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

 span { border-color: rgb(93,32,76); }

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