Html Css Color HEX #5D328E Kingfisher Daisy

📋 copy color: '#5D328E'

red 93 ◦ green 50 ◦ blue 142

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

Shades of Kingfisher Daisy #5D328E

Tints of Kingfisher Daisy #5D328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

 BLUE value IS 142 (55.86% from 255) = 49.82%

R = 32.63%
G = 17.54%
B = 49.82%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5D328E (or 0x5D328E) is known color: Kingfisher Daisy. HEX triplet: 5D, 32 and 8E. RGB value is (93,50,142). Sum of RGB (Red+Green+Blue) = 93+50+142=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D328E is #A2CD71. Grayscale: #494949. Windows color (decimal): -10669426 or 9319005. OLE color: 9319005.

HSL color Cylindrical-coordinate representation of color #5D328E: hue angle of 268.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D328E is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 50 142 -
CMYK 0.35 0.65 0 0.44
HSL 268.04º 0.48% 0.38% -
HSV(B) 268.04º 0.65% 0.56% -
XYZ 10.54 6.56 26.3 -
YUV 73.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 93 50 142 0.35 0.65 0 0.44 268.04 0.48 0.38
Hex 5D 32 8E 23 41 0 2C 10C 30 26
Octal 135 62 216 43 101 0 54 414 60 46
Binary 1011101 110010 10001110 100011 1000001 0 101100 100001100 110000 100110

Color Harmonies of #5D328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D328E

Black with #5D328E

Text Example


Text Example

White with #5D328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,50,142); }

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

background-color css

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

 a { background-color: rgb(93,50,142); }

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

border-color css

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

 span { border-color: rgb(93,50,142); }

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