Html Css Color HEX #58369C Daisy Bush

📋 copy color: '#58369C'

red 88 ◦ green 54 ◦ blue 156

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

Shades of Daisy Bush #58369C

Tints of Daisy Bush #58369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.35%

R = 29.53%
G = 18.12%
B = 52.35%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58369C (or 0x58369C) is known color: Daisy Bush. HEX triplet: 58, 36 and 9C. RGB value is (88,54,156). Sum of RGB (Red+Green+Blue) = 88+54+156=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #58369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58369C is #A7C963. Grayscale: #4B4B4B. Windows color (decimal): -10996068 or 10237528. OLE color: 10237528.

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

Color convert

RGB 88 54 156 -
CMYK 0.44 0.65 0 0.39
HSL 260º 0.49% 0.41% -
HSV(B) 260º 0.65% 0.61% -
XYZ 11.34 7.11 32.23 -
YUV 75.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 88 54 156 0.44 0.65 0 0.39 260 0.49 0.41
Hex 58 36 9C 2C 41 0 27 104 31 29
Octal 130 66 234 54 101 0 47 404 61 51
Binary 1011000 110110 10011100 101100 1000001 0 100111 100000100 110001 101001

Color Harmonies of #58369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58369C

Black with #58369C

Text Example


Text Example

White with #58369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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