Html Css Color HEX #583193 Daisy Bush

📋 copy color: '#583193'

red 88 ◦ green 49 ◦ blue 147

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

Shades of Daisy Bush #583193

Tints of Daisy Bush #583193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

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

R = 30.99%
G = 17.25%
B = 51.76%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#583193 (or 0x583193) is known color: Daisy Bush. HEX triplet: 58, 31 and 93. RGB value is (88,49,147). Sum of RGB (Red+Green+Blue) = 88+49+147=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #583193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583193 is #A7CE6C. Grayscale: #474747. Windows color (decimal): -10997357 or 9646424. OLE color: 9646424.

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

Color convert

RGB 88 49 147 -
CMYK 0.40 0.67 0 0.42
HSL 263.88º 0.5% 0.38% -
HSV(B) 263.88º 0.67% 0.58% -
XYZ 10.39 6.38 28.29 -
YUV 71.83 170.42 139.53 -
System Red Green Blue C M Y K H S L
Decimal 88 49 147 0.40 0.67 0 0.42 263.88 0.5 0.38
Hex 58 31 93 28 43 0 2A 108 32 26
Octal 130 61 223 50 103 0 52 410 62 46
Binary 1011000 110001 10010011 101000 1000011 0 101010 100001000 110010 100110

Color Harmonies of #583193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583193

Black with #583193

Text Example


Text Example

White with #583193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583193; }

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

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

background-color css

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

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

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

border-color css

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

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

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