Html Css Color HEX #582899 Daisy Bush

📋 copy color: '#582899'

red 88 ◦ green 40 ◦ blue 153

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

Shades of Daisy Bush #582899

Tints of Daisy Bush #582899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

 BLUE value IS 153 (60.16% from 255) = 54.45%

R = 31.32%
G = 14.23%
B = 54.45%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#582899 (or 0x582899) is known color: Daisy Bush. HEX triplet: 58, 28 and 99. RGB value is (88,40,153). Sum of RGB (Red+Green+Blue) = 88+40+153=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #582899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582899 is #A7D766. Grayscale: #424242. Windows color (decimal): -10999655 or 10037336. OLE color: 10037336.

HSL color Cylindrical-coordinate representation of color #582899: hue angle of 265.49º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #582899 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 40 153 -
CMYK 0.42 0.74 0 0.4
HSL 265.49º 0.59% 0.38% -
HSV(B) 265.49º 0.74% 0.6% -
XYZ 10.53 5.89 30.72 -
YUV 67.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 88 40 153 0.42 0.74 0 0.4 265.49 0.59 0.38
Hex 58 28 99 2A 4A 0 28 109 3B 26
Octal 130 50 231 52 112 0 50 411 73 46
Binary 1011000 101000 10011001 101010 1001010 0 101000 100001001 111011 100110

Color Harmonies of #582899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582899

Black with #582899

Text Example


Text Example

White with #582899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582899; }

 p { color: rgb(88,40,153); }

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

background-color css

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

 a { background-color: rgb(88,40,153); }

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

border-color css

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

 span { border-color: rgb(88,40,153); }

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