#583295

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

Shades of Daisy Bush #583295

Tints of Daisy Bush #583295

Color information

#583295 (or 0x583295) is unknown color: approx Daisy Bush. HEX triplet: 58, 32 and 95. RGB value is (88,50,149). Sum of RGB (Red+Green+Blue) = 88+50+149=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #583295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583295 is #A7CD6A. Grayscale: #484848. Windows color (decimal): -10997099 or 9777752. OLE color: 9777752.

HSL color Cylindrical-coordinate representation of color #583295: hue angle of 263.03º degrees, saturation: 0.5, 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 #583295 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8850149-
CMYK0.410.6600.42
HSL263.03º49.75%39.02%-
HSV(B)263.03º66.44%58.43%-
XYZ10.596.5329.14-
YUV72.65171.09138.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 149 (58.59% from 255) = 51.92%
R=30.66%
G=17.42%
B=51.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88501490.410.6600.42263.0349.7539.02
Hex583295294202A1073227
Octal13062225511020524076247
Binary10110001100101001010110100110000100101010100000111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583295; }

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

 H1.HeaderClassName
 {
   color: #583295;
 }
 .AnyTagClassName
 {
   color: #583295;
 }
</style>
background-color css

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

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

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

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

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

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