Html Css Color HEX #58349F Daisy Bush

📋 copy color: '#58349F'

red 88 ◦ green 52 ◦ blue 159

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

Shades of Daisy Bush #58349F

Tints of Daisy Bush #58349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

 BLUE value IS 159 (62.5% from 255) = 53.18%

R = 29.43%
G = 17.39%
B = 53.18%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58349F (or 0x58349F) is known color: Daisy Bush. HEX triplet: 58, 34 and 9F. RGB value is (88,52,159). Sum of RGB (Red+Green+Blue) = 88+52+159=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #58349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58349F is #A7CB60. Grayscale: #4A4A4A. Windows color (decimal): -10996577 or 10433624. OLE color: 10433624.

HSL color Cylindrical-coordinate representation of color #58349F: hue angle of 260.19º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58349F is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 52 159 -
CMYK 0.45 0.67 0 0.38
HSL 260.19º 0.51% 0.41% -
HSV(B) 260.19º 0.67% 0.62% -
XYZ 11.51 7.03 33.55 -
YUV 74.96 175.43 137.3 -
System Red Green Blue C M Y K H S L
Decimal 88 52 159 0.45 0.67 0 0.38 260.19 0.51 0.41
Hex 58 34 9F 2D 43 0 26 104 33 29
Octal 130 64 237 55 103 0 46 404 63 51
Binary 1011000 110100 10011111 101101 1000011 0 100110 100000100 110011 101001

Color Harmonies of #58349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58349F

Black with #58349F

Text Example


Text Example

White with #58349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58349F; }

 p { color: rgb(88,52,159); }

 H1.HeaderClassName
 {
   color: #58349F;
 }
 .AnyTagClassName
 {
   color: #58349F;
 }
</style>

background-color css

<style>
 a { background-color: #58349F; }

 a { background-color: rgb(88,52,159); }

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

border-color css

<style>
 span { border-color: #58349F; }

 span { border-color: rgb(88,52,159); }

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