Html Css Color HEX #58389E Daisy Bush

📋 copy color: '#58389E'

red 88 ◦ green 56 ◦ blue 158

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

Shades of Daisy Bush #58389E

Tints of Daisy Bush #58389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

 BLUE value IS 158 (62.11% from 255) = 52.32%

R = 29.14%
G = 18.54%
B = 52.32%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58389E (or 0x58389E) is known color: Daisy Bush. HEX triplet: 58, 38 and 9E. RGB value is (88,56,158). Sum of RGB (Red+Green+Blue) = 88+56+158=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #58389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58389E is #A7C761. Grayscale: #4C4C4C. Windows color (decimal): -10995554 or 10369112. OLE color: 10369112.

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

Color convert

RGB 88 56 158 -
CMYK 0.44 0.65 0 0.38
HSL 258.82º 0.48% 0.42% -
HSV(B) 258.82º 0.65% 0.62% -
XYZ 11.61 7.37 33.16 -
YUV 77.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 88 56 158 0.44 0.65 0 0.38 258.82 0.48 0.42
Hex 58 38 9E 2C 41 0 26 103 30 2A
Octal 130 70 236 54 101 0 46 403 60 52
Binary 1011000 111000 10011110 101100 1000001 0 100110 100000011 110000 101010

Color Harmonies of #58389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58389E

Black with #58389E

Text Example


Text Example

White with #58389E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,56,158); }

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

background-color css

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

 a { background-color: rgb(88,56,158); }

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

border-color css

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

 span { border-color: rgb(88,56,158); }

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