Html Css Color HEX #58369D Daisy Bush

📋 copy color: '#58369D'

red 88 ◦ green 54 ◦ blue 157

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

Shades of Daisy Bush #58369D

Tints of Daisy Bush #58369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.06%

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

R = 29.43%
G = 18.06%
B = 52.51%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58369D (or 0x58369D) is known color: Daisy Bush. HEX triplet: 58, 36 and 9D. RGB value is (88,54,157). Sum of RGB (Red+Green+Blue) = 88+54+157=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #58369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58369D is #A7C962. Grayscale: #4B4B4B. Windows color (decimal): -10996067 or 10303064. OLE color: 10303064.

HSL color Cylindrical-coordinate representation of color #58369D: hue angle of 259.81º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58369D is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 54 157 -
CMYK 0.44 0.66 0 0.38
HSL 259.81º 0.49% 0.41% -
HSV(B) 259.81º 0.66% 0.62% -
XYZ 11.43 7.15 32.68 -
YUV 75.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 88 54 157 0.44 0.66 0 0.38 259.81 0.49 0.41
Hex 58 36 9D 2C 42 0 26 104 31 29
Octal 130 66 235 54 102 0 46 404 61 51
Binary 1011000 110110 10011101 101100 1000010 0 100110 100000100 110001 101001

Color Harmonies of #58369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58369D

Black with #58369D

Text Example


Text Example

White with #58369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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