Html Css Color HEX #58359C Daisy Bush

📋 copy color: '#58359C'

red 88 ◦ green 53 ◦ blue 156

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

Shades of Daisy Bush #58359C

Tints of Daisy Bush #58359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.85%

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

R = 29.63%
G = 17.85%
B = 52.53%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58359C (or 0x58359C) is known color: Daisy Bush. HEX triplet: 58, 35 and 9C. RGB value is (88,53,156). Sum of RGB (Red+Green+Blue) = 88+53+156=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #58359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58359C is #A7CA63. Grayscale: #4A4A4A. Windows color (decimal): -10996324 or 10237272. OLE color: 10237272.

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

Color convert

RGB 88 53 156 -
CMYK 0.44 0.66 0 0.39
HSL 260.39º 0.49% 0.41% -
HSV(B) 260.39º 0.66% 0.61% -
XYZ 11.3 7.02 32.21 -
YUV 75.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 88 53 156 0.44 0.66 0 0.39 260.39 0.49 0.41
Hex 58 35 9C 2C 42 0 27 104 31 29
Octal 130 65 234 54 102 0 47 404 61 51
Binary 1011000 110101 10011100 101100 1000010 0 100111 100000100 110001 101001

Color Harmonies of #58359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58359C

Black with #58359C

Text Example


Text Example

White with #58359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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