Html Css Color HEX #582C98 Daisy Bush

📋 copy color: '#582C98'

red 88 ◦ green 44 ◦ blue 152

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

Shades of Daisy Bush #582C98

Tints of Daisy Bush #582C98

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.49%

 BLUE value IS 152 (59.77% from 255) = 53.52%

R = 30.99%
G = 15.49%
B = 53.52%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#582C98 (or 0x582C98) is known color: Daisy Bush. HEX triplet: 58, 2C and 98. RGB value is (88,44,152). Sum of RGB (Red+Green+Blue) = 88+44+152=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #582C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582C98 is #A7D367. Grayscale: #454545. Windows color (decimal): -10998632 or 9972824. OLE color: 9972824.

HSL color Cylindrical-coordinate representation of color #582C98: hue angle of 264.44º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #582C98 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 44 152 -
CMYK 0.42 0.71 0 0.40
HSL 264.44º 0.55% 0.38% -
HSV(B) 264.44º 0.71% 0.6% -
XYZ 10.59 6.14 30.33 -
YUV 69.47 174.58 141.22 -
System Red Green Blue C M Y K H S L
Decimal 88 44 152 0.42 0.71 0 0.40 264.44 0.55 0.38
Hex 58 2C 98 2A 47 0 28 108 37 26
Octal 130 54 230 52 107 0 50 410 67 46
Binary 1011000 101100 10011000 101010 1000111 0 101000 100001000 110111 100110

Color Harmonies of #582C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582C98

Black with #582C98

Text Example


Text Example

White with #582C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582C98; }

 p { color: rgb(88,44,152); }

 H1.HeaderClassName
 {
   color: #582C98;
 }
 .AnyTagClassName
 {
   color: #582C98;
 }
</style>

background-color css

<style>
 a { background-color: #582C98; }

 a { background-color: rgb(88,44,152); }

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

border-color css

<style>
 span { border-color: #582C98; }

 span { border-color: rgb(88,44,152); }

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