Html Css Color HEX #58229C Daisy Bush

📋 copy color: '#58229C'

red 88 ◦ green 34 ◦ blue 156

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

Shades of Daisy Bush #58229C

Tints of Daisy Bush #58229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.23%

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

R = 31.65%
G = 12.23%
B = 56.12%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58229C (or 0x58229C) is known color: Daisy Bush. HEX triplet: 58, 22 and 9C. RGB value is (88,34,156). Sum of RGB (Red+Green+Blue) = 88+34+156=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #58229C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58229C is #A7DD63. Grayscale: #3F3F3F. Windows color (decimal): -11001188 or 10232408. OLE color: 10232408.

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

Color convert

RGB 88 34 156 -
CMYK 0.44 0.78 0 0.39
HSL 266.56º 0.64% 0.37% -
HSV(B) 266.56º 0.78% 0.61% -
XYZ 10.6 5.62 31.98 -
YUV 64.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 88 34 156 0.44 0.78 0 0.39 266.56 0.64 0.37
Hex 58 22 9C 2C 4E 0 27 10B 40 25
Octal 130 42 234 54 116 0 47 413 100 45
Binary 1011000 100010 10011100 101100 1001110 0 100111 100001011 1000000 100101

Color Harmonies of #58229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58229C

Black with #58229C

Text Example


Text Example

White with #58229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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