Html Css Color HEX #584593 Daisy Bush

📋 copy color: '#584593'

red 88 ◦ green 69 ◦ blue 147

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

Shades of Daisy Bush #584593

Tints of Daisy Bush #584593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

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

R = 28.95%
G = 22.7%
B = 48.36%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#584593 (or 0x584593) is known color: Daisy Bush. HEX triplet: 58, 45 and 93. RGB value is (88,69,147). Sum of RGB (Red+Green+Blue) = 88+69+147=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #584593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584593 is #A7BA6C. Grayscale: #535353. Windows color (decimal): -10992237 or 9651544. OLE color: 9651544.

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

Color convert

RGB 88 69 147 -
CMYK 0.40 0.53 0 0.42
HSL 254.62º 0.36% 0.42% -
HSV(B) 254.62º 0.53% 0.58% -
XYZ 11.42 8.44 28.63 -
YUV 83.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 88 69 147 0.40 0.53 0 0.42 254.62 0.36 0.42
Hex 58 45 93 28 35 0 2A FF 24 2A
Octal 130 105 223 50 65 0 52 377 44 52
Binary 1011000 1000101 10010011 101000 110101 0 101010 11111111 100100 101010

Color Harmonies of #584593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584593

Black with #584593

Text Example


Text Example

White with #584593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584593; }

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

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

background-color css

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

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

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

border-color css

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

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

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