Html Css Color HEX #584096 Daisy Bush

📋 copy color: '#584096'

red 88 ◦ green 64 ◦ blue 150

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

Shades of Daisy Bush #584096

Tints of Daisy Bush #584096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

 BLUE value IS 150 (58.98% from 255) = 49.67%

R = 29.14%
G = 21.19%
B = 49.67%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#584096 (or 0x584096) is known color: Daisy Bush. HEX triplet: 58, 40 and 96. RGB value is (88,64,150). Sum of RGB (Red+Green+Blue) = 88+64+150=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #584096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584096 is #A7BF69. Grayscale: #505050. Windows color (decimal): -10993514 or 9846872. OLE color: 9846872.

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

Color convert

RGB 88 64 150 -
CMYK 0.41 0.57 0 0.41
HSL 256.74º 0.4% 0.42% -
HSV(B) 256.74º 0.57% 0.59% -
XYZ 11.36 7.94 29.79 -
YUV 80.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 88 64 150 0.41 0.57 0 0.41 256.74 0.4 0.42
Hex 58 40 96 29 39 0 29 101 28 2A
Octal 130 100 226 51 71 0 51 401 50 52
Binary 1011000 1000000 10010110 101001 111001 0 101001 100000001 101000 101010

Color Harmonies of #584096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584096

Black with #584096

Text Example


Text Example

White with #584096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584096; }

 p { color: rgb(88,64,150); }

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

background-color css

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

 a { background-color: rgb(88,64,150); }

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

border-color css

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

 span { border-color: rgb(88,64,150); }

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