Html Css Color HEX #584193 Daisy Bush

📋 copy color: '#584193'

red 88 ◦ green 65 ◦ blue 147

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

Shades of Daisy Bush #584193

Tints of Daisy Bush #584193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49%

R = 29.33%
G = 21.67%
B = 49%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#584193 (or 0x584193) is known color: Daisy Bush. HEX triplet: 58, 41 and 93. RGB value is (88,65,147). Sum of RGB (Red+Green+Blue) = 88+65+147=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #584193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584193 is #A7BE6C. Grayscale: #505050. Windows color (decimal): -10993261 or 9650520. OLE color: 9650520.

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

Color convert

RGB 88 65 147 -
CMYK 0.40 0.56 0 0.42
HSL 256.83º 0.39% 0.42% -
HSV(B) 256.83º 0.56% 0.58% -
XYZ 11.18 7.96 28.55 -
YUV 81.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 88 65 147 0.40 0.56 0 0.42 256.83 0.39 0.42
Hex 58 41 93 28 38 0 2A 101 27 2A
Octal 130 101 223 50 70 0 52 401 47 52
Binary 1011000 1000001 10010011 101000 111000 0 101010 100000001 100111 101010

Color Harmonies of #584193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584193

Black with #584193

Text Example


Text Example

White with #584193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584193; }

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

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

background-color css

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

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

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

border-color css

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

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

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