#583293

Color #583293 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #583293

Tints of Daisy Bush #583293

Color information

#583293 (or 0x583293) is unknown color: approx 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

RGB8850147-
CMYK0.400.6600.42
HSL263.51º49.24%38.63%-
HSV(B)263.51º65.99%57.65%-
XYZ10.436.4628.3-
YUV72.42170.09139.11-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88501470.400.6600.42263.5149.2438.63
Hex583293284202A1083127
Octal13062223501020524106147
Binary10110001100101001001110100010000100101010100001000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>