#583292

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

Shades of Daisy Bush #583292

Tints of Daisy Bush #583292

Color information

#583292 (or 0x583292) is unknown color: approx Daisy Bush. HEX triplet: 58, 32 and 92. RGB value is (88,50,146). Sum of RGB (Red+Green+Blue) = 88+50+146=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #583292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583292 is #A7CD6D. Grayscale: #474747. Windows color (decimal): -10997102 or 9581144. OLE color: 9581144.

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

Color convert

RGB8850146-
CMYK0.400.6600.43
HSL263.75º48.98%38.43%-
HSV(B)263.75º65.75%57.25%-
XYZ10.356.4327.89-
YUV72.31169.59139.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 50 (19.92% from 255) = 17.61%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=30.99%
G=17.61%
B=51.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88501460.400.6600.43263.7548.9838.43
Hex583292284202B1083126
Octal13062222501020534106146
Binary10110001100101001001010100010000100101011100001000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583292; }

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

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

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

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

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

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

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

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