Html Css Color HEX #583293 Daisy Bush

📋 copy color: '#583293'

red 88 ◦ green 50 ◦ blue 147

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

Shades of Daisy Bush #583293

Tints of Daisy Bush #583293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 30.88%
G = 17.54%
B = 51.58%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#583293 (or 0x583293) is known color: Daisy Bush. HEX triplet: 58, 32 and 93. RGB value is (88,50,147). Sum of RGB (Red+Green+Blue) = 88+50+147=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #583293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583293 is #A7CD6C. Grayscale: #484848. Windows color (decimal): -10997101 or 9646680. OLE color: 9646680.

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

Color convert

RGB 88 50 147 -
CMYK 0.40 0.66 0 0.42
HSL 263.51º 0.49% 0.39% -
HSV(B) 263.51º 0.66% 0.58% -
XYZ 10.43 6.46 28.3 -
YUV 72.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 88 50 147 0.40 0.66 0 0.42 263.51 0.49 0.39
Hex 58 32 93 28 42 0 2A 108 31 27
Octal 130 62 223 50 102 0 52 410 61 47
Binary 1011000 110010 10010011 101000 1000010 0 101010 100001000 110001 100111

Color Harmonies of #583293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583293

Black with #583293

Text Example


Text Example

White with #583293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583293; }

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

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

background-color css

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

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

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

border-color css

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

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

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