Html Css Color HEX #584592 Daisy Bush

📋 copy color: '#584592'

red 88 ◦ green 69 ◦ blue 146

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

Shades of Daisy Bush #584592

Tints of Daisy Bush #584592

RGB

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

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

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

R = 29.04%
G = 22.77%
B = 48.18%

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

#584592 (or 0x584592) is known color: Daisy Bush. HEX triplet: 58, 45 and 92. RGB value is (88,69,146). Sum of RGB (Red+Green+Blue) = 88+69+146=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #584592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584592 is #A7BA6D. Grayscale: #535353. Windows color (decimal): -10992238 or 9586008. OLE color: 9586008.

HSL color Cylindrical-coordinate representation of color #584592: hue angle of 254.81º 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 #584592 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 69 146 -
CMYK 0.40 0.53 0 0.43
HSL 254.81º 0.36% 0.42% -
HSV(B) 254.81º 0.53% 0.57% -
XYZ 11.34 8.41 28.22 -
YUV 83.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 88 69 146 0.40 0.53 0 0.43 254.81 0.36 0.42
Hex 58 45 92 28 35 0 2B FF 24 2A
Octal 130 105 222 50 65 0 53 377 44 52
Binary 1011000 1000101 10010010 101000 110101 0 101011 11111111 100100 101010

Color Harmonies of #584592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584592

Black with #584592

Text Example


Text Example

White with #584592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584592; }

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

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

background-color css

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

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

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

border-color css

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

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

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