Html Css Color HEX #584199 Daisy Bush

📋 copy color: '#584199'

red 88 ◦ green 65 ◦ blue 153

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

Shades of Daisy Bush #584199

Tints of Daisy Bush #584199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

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

R = 28.76%
G = 21.24%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#584199 (or 0x584199) is known color: Daisy Bush. HEX triplet: 58, 41 and 99. RGB value is (88,65,153). Sum of RGB (Red+Green+Blue) = 88+65+153=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #584199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584199 is #A7BE66. Grayscale: #515151. Windows color (decimal): -10993255 or 10043736. OLE color: 10043736.

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

Color convert

RGB 88 65 153 -
CMYK 0.42 0.58 0 0.4
HSL 255.68º 0.4% 0.43% -
HSV(B) 255.68º 0.58% 0.6% -
XYZ 11.66 8.16 31.1 -
YUV 81.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 88 65 153 0.42 0.58 0 0.4 255.68 0.4 0.43
Hex 58 41 99 2A 3A 0 28 100 28 2B
Octal 130 101 231 52 72 0 50 400 50 53
Binary 1011000 1000001 10011001 101010 111010 0 101000 100000000 101000 101011

Color Harmonies of #584199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584199

Black with #584199

Text Example


Text Example

White with #584199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584199; }

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

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

background-color css

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

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

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

border-color css

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

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

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