Html Css Color HEX #58328E Daisy Bush

📋 copy color: '#58328E'

red 88 ◦ green 50 ◦ blue 142

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

Shades of Daisy Bush #58328E

Tints of Daisy Bush #58328E

RGB

 RED value IS 88 (34.77% from 255) = 31.43%

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

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

R = 31.43%
G = 17.86%
B = 50.71%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58328E (or 0x58328E) is known color: Daisy Bush. HEX triplet: 58, 32 and 8E. RGB value is (88,50,142). Sum of RGB (Red+Green+Blue) = 88+50+142=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #58328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58328E is #A7CD71. Grayscale: #474747. Windows color (decimal): -10997106 or 9319000. OLE color: 9319000.

HSL color Cylindrical-coordinate representation of color #58328E: hue angle of 264.78º 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 #58328E is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 50 142 -
CMYK 0.38 0.65 0 0.44
HSL 264.78º 0.48% 0.38% -
HSV(B) 264.78º 0.65% 0.56% -
XYZ 10.05 6.31 26.28 -
YUV 71.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 88 50 142 0.38 0.65 0 0.44 264.78 0.48 0.38
Hex 58 32 8E 26 41 0 2C 109 30 26
Octal 130 62 216 46 101 0 54 411 60 46
Binary 1011000 110010 10001110 100110 1000001 0 101100 100001001 110000 100110

Color Harmonies of #58328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58328E

Black with #58328E

Text Example


Text Example

White with #58328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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