Html Css Color HEX #58209D Daisy Bush

📋 copy color: '#58209D'

red 88 ◦ green 32 ◦ blue 157

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

Shades of Daisy Bush #58209D

Tints of Daisy Bush #58209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 31.77%
G = 11.55%
B = 56.68%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58209D (or 0x58209D) is known color: Daisy Bush. HEX triplet: 58, 20 and 9D. RGB value is (88,32,157). Sum of RGB (Red+Green+Blue) = 88+32+157=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #58209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58209D is #A7DF62. Grayscale: #3E3E3E. Windows color (decimal): -11001699 or 10297432. OLE color: 10297432.

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

Color convert

RGB 88 32 157 -
CMYK 0.44 0.80 0 0.38
HSL 266.88º 0.66% 0.37% -
HSV(B) 266.88º 0.8% 0.62% -
XYZ 10.63 5.54 32.41 -
YUV 62.99 181.05 145.84 -
System Red Green Blue C M Y K H S L
Decimal 88 32 157 0.44 0.80 0 0.38 266.88 0.66 0.37
Hex 58 20 9D 2C 50 0 26 10B 42 25
Octal 130 40 235 54 120 0 46 413 102 45
Binary 1011000 100000 10011101 101100 1010000 0 100110 100001011 1000010 100101

Color Harmonies of #58209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58209D

Black with #58209D

Text Example


Text Example

White with #58209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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