Html Css Color HEX #58349D Daisy Bush

📋 copy color: '#58349D'

red 88 ◦ green 52 ◦ blue 157

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

Shades of Daisy Bush #58349D

Tints of Daisy Bush #58349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 29.63%
G = 17.51%
B = 52.86%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58349D (or 0x58349D) is known color: Daisy Bush. HEX triplet: 58, 34 and 9D. RGB value is (88,52,157). Sum of RGB (Red+Green+Blue) = 88+52+157=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #58349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58349D is #A7CB62. Grayscale: #4A4A4A. Windows color (decimal): -10996579 or 10302552. OLE color: 10302552.

HSL color Cylindrical-coordinate representation of color #58349D: hue angle of 260.57º degrees, saturation: 0.5, 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 #58349D is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 52 157 -
CMYK 0.44 0.67 0 0.38
HSL 260.57º 0.5% 0.41% -
HSV(B) 260.57º 0.67% 0.62% -
XYZ 11.34 6.97 32.65 -
YUV 74.73 174.43 137.46 -
System Red Green Blue C M Y K H S L
Decimal 88 52 157 0.44 0.67 0 0.38 260.57 0.5 0.41
Hex 58 34 9D 2C 43 0 26 105 32 29
Octal 130 64 235 54 103 0 46 405 62 51
Binary 1011000 110100 10011101 101100 1000011 0 100110 100000101 110010 101001

Color Harmonies of #58349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58349D

Black with #58349D

Text Example


Text Example

White with #58349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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