#583392

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

Shades of Daisy Bush #583392

Tints of Daisy Bush #583392

Color information

#583392 (or 0x583392) is unknown color: approx Daisy Bush. HEX triplet: 58, 33 and 92. RGB value is (88,51,146). Sum of RGB (Red+Green+Blue) = 88+51+146=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #583392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583392 is #A7CC6D. Grayscale: #484848. Windows color (decimal): -10996846 or 9581400. OLE color: 9581400.

HSL color Cylindrical-coordinate representation of color #583392: hue angle of 263.37º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #583392 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8851146-
CMYK0.400.6500.43
HSL263.37º48.22%38.63%-
HSV(B)263.37º65.07%57.25%-
XYZ10.46.5227.9-
YUV72.89169.26138.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=30.88%
G=17.89%
B=51.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88511460.400.6500.43263.3748.2238.63
Hex583392284102B1073027
Octal13063222501010534076047
Binary10110001100111001001010100010000010101011100000111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583392; }

 p { color: rgb(88,51,146); }

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

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

 a { background-color: rgb(88,51,146); }

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

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

 span { border-color: rgb(88,51,146); }

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