Html Css Color HEX #58289A Daisy Bush

📋 copy color: '#58289A'

red 88 ◦ green 40 ◦ blue 154

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

Shades of Daisy Bush #58289A

Tints of Daisy Bush #58289A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

 BLUE value IS 154 (60.55% from 255) = 54.61%

R = 31.21%
G = 14.18%
B = 54.61%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#58289A (or 0x58289A) is known color: Daisy Bush. HEX triplet: 58, 28 and 9A. RGB value is (88,40,154). Sum of RGB (Red+Green+Blue) = 88+40+154=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #58289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58289A is #A7D765. Grayscale: #424242. Windows color (decimal): -10999654 or 10102872. OLE color: 10102872.

HSL color Cylindrical-coordinate representation of color #58289A: hue angle of 265.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58289A is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 40 154 -
CMYK 0.43 0.74 0 0.40
HSL 265.26º 0.59% 0.38% -
HSV(B) 265.26º 0.74% 0.6% -
XYZ 10.62 5.93 31.16 -
YUV 67.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 88 40 154 0.43 0.74 0 0.40 265.26 0.59 0.38
Hex 58 28 9A 2B 4A 0 28 109 3B 26
Octal 130 50 232 53 112 0 50 411 73 46
Binary 1011000 101000 10011010 101011 1001010 0 101000 100001001 111011 100110

Color Harmonies of #58289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58289A

Black with #58289A

Text Example


Text Example

White with #58289A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58289A; }

 p { color: rgb(88,40,154); }

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

background-color css

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

 a { background-color: rgb(88,40,154); }

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

border-color css

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

 span { border-color: rgb(88,40,154); }

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