Html Css Color HEX #583496 Daisy Bush

📋 copy color: '#583496'

red 88 ◦ green 52 ◦ blue 150

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

Shades of Daisy Bush #583496

Tints of Daisy Bush #583496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

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

R = 30.34%
G = 17.93%
B = 51.72%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#583496 (or 0x583496) is known color: Daisy Bush. HEX triplet: 58, 34 and 96. RGB value is (88,52,150). Sum of RGB (Red+Green+Blue) = 88+52+150=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #583496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583496 is #A7CB69. Grayscale: #494949. Windows color (decimal): -10996586 or 9843800. OLE color: 9843800.

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

Color convert

RGB 88 52 150 -
CMYK 0.41 0.65 0 0.41
HSL 262.04º 0.49% 0.4% -
HSV(B) 262.04º 0.65% 0.59% -
XYZ 10.76 6.73 29.59 -
YUV 73.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 88 52 150 0.41 0.65 0 0.41 262.04 0.49 0.4
Hex 58 34 96 29 41 0 29 106 31 28
Octal 130 64 226 51 101 0 51 406 61 50
Binary 1011000 110100 10010110 101001 1000001 0 101001 100000110 110001 101000

Color Harmonies of #583496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583496

Black with #583496

Text Example


Text Example

White with #583496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583496; }

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

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

background-color css

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

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

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

border-color css

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

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

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