Html Css Color HEX #58209C Daisy Bush

📋 copy color: '#58209C'

red 88 ◦ green 32 ◦ blue 156

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

Shades of Daisy Bush #58209C

Tints of Daisy Bush #58209C

RGB

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

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

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

R = 31.88%
G = 11.59%
B = 56.52%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58209C (or 0x58209C) is known color: Daisy Bush. HEX triplet: 58, 20 and 9C. RGB value is (88,32,156). Sum of RGB (Red+Green+Blue) = 88+32+156=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #58209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58209C is #A7DF63. Grayscale: #3E3E3E. Windows color (decimal): -11001700 or 10231896. OLE color: 10231896.

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

Color convert

RGB 88 32 156 -
CMYK 0.44 0.79 0 0.39
HSL 267.1º 0.66% 0.37% -
HSV(B) 267.1º 0.79% 0.61% -
XYZ 10.54 5.51 31.96 -
YUV 62.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 88 32 156 0.44 0.79 0 0.39 267.1 0.66 0.37
Hex 58 20 9C 2C 4F 0 27 10B 42 25
Octal 130 40 234 54 117 0 47 413 102 45
Binary 1011000 100000 10011100 101100 1001111 0 100111 100001011 1000010 100101

Color Harmonies of #58209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58209C

Black with #58209C

Text Example


Text Example

White with #58209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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