Html Css Color HEX #582999 Daisy Bush

📋 copy color: '#582999'

red 88 ◦ green 41 ◦ blue 153

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

Shades of Daisy Bush #582999

Tints of Daisy Bush #582999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

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

R = 31.21%
G = 14.54%
B = 54.26%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#582999 (or 0x582999) is known color: Daisy Bush. HEX triplet: 58, 29 and 99. RGB value is (88,41,153). Sum of RGB (Red+Green+Blue) = 88+41+153=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #582999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582999 is #A7D666. Grayscale: #434343. Windows color (decimal): -10999399 or 10037592. OLE color: 10037592.

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

Color convert

RGB 88 41 153 -
CMYK 0.42 0.73 0 0.4
HSL 265.18º 0.58% 0.38% -
HSV(B) 265.18º 0.73% 0.6% -
XYZ 10.57 5.96 30.73 -
YUV 67.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 88 41 153 0.42 0.73 0 0.4 265.18 0.58 0.38
Hex 58 29 99 2A 49 0 28 109 3A 26
Octal 130 51 231 52 111 0 50 411 72 46
Binary 1011000 101001 10011001 101010 1001001 0 101000 100001001 111010 100110

Color Harmonies of #582999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582999

Black with #582999

Text Example


Text Example

White with #582999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582999; }

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

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

background-color css

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

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

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

border-color css

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

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

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