Html Css Color HEX #584699 Daisy Bush

📋 copy color: '#584699'

red 88 ◦ green 70 ◦ blue 153

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

Shades of Daisy Bush #584699

Tints of Daisy Bush #584699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.51%

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

R = 28.3%
G = 22.51%
B = 49.2%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#584699 (or 0x584699) is known color: Daisy Bush. HEX triplet: 58, 46 and 99. RGB value is (88,70,153). Sum of RGB (Red+Green+Blue) = 88+70+153=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #584699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584699 is #A7B966. Grayscale: #545454. Windows color (decimal): -10991975 or 10045016. OLE color: 10045016.

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

Color convert

RGB 88 70 153 -
CMYK 0.42 0.54 0 0.4
HSL 253.01º 0.37% 0.44% -
HSV(B) 253.01º 0.54% 0.6% -
XYZ 11.96 8.75 31.2 -
YUV 84.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 88 70 153 0.42 0.54 0 0.4 253.01 0.37 0.44
Hex 58 46 99 2A 36 0 28 FD 25 2C
Octal 130 106 231 52 66 0 50 375 45 54
Binary 1011000 1000110 10011001 101010 110110 0 101000 11111101 100101 101100

Color Harmonies of #584699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584699

Black with #584699

Text Example


Text Example

White with #584699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584699; }

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

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

background-color css

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

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

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

border-color css

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

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

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