Html Css Color HEX #584492 Daisy Bush

📋 copy color: '#584492'

red 88 ◦ green 68 ◦ blue 146

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

Shades of Daisy Bush #584492

Tints of Daisy Bush #584492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

 BLUE value IS 146 (57.42% from 255) = 48.34%

R = 29.14%
G = 22.52%
B = 48.34%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#584492 (or 0x584492) is known color: Daisy Bush. HEX triplet: 58, 44 and 92. RGB value is (88,68,146). Sum of RGB (Red+Green+Blue) = 88+68+146=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #584492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584492 is #A7BB6D. Grayscale: #525252. Windows color (decimal): -10992494 or 9585752. OLE color: 9585752.

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

Color convert

RGB 88 68 146 -
CMYK 0.40 0.53 0 0.43
HSL 255.38º 0.36% 0.42% -
HSV(B) 255.38º 0.53% 0.57% -
XYZ 11.28 8.28 28.2 -
YUV 82.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 88 68 146 0.40 0.53 0 0.43 255.38 0.36 0.42
Hex 58 44 92 28 35 0 2B FF 24 2A
Octal 130 104 222 50 65 0 53 377 44 52
Binary 1011000 1000100 10010010 101000 110101 0 101011 11111111 100100 101010

Color Harmonies of #584492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584492

Black with #584492

Text Example


Text Example

White with #584492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584492; }

 p { color: rgb(88,68,146); }

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

background-color css

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

 a { background-color: rgb(88,68,146); }

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

border-color css

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

 span { border-color: rgb(88,68,146); }

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