#583A8A

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

Shades of Daisy Bush #583A8A

Tints of Daisy Bush #583A8A

Color information

#583A8A (or 0x583A8A) is unknown color: approx Daisy Bush. HEX triplet: 58, 3A and 8A. RGB value is (88,58,138). Sum of RGB (Red+Green+Blue) = 88+58+138=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #583A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583A8A is #A7C575. Grayscale: #4B4B4B. Windows color (decimal): -10995062 or 9058904. OLE color: 9058904.

HSL color Cylindrical-coordinate representation of color #583A8A: hue angle of 262.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #583A8A is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8858138-
CMYK0.360.5800.46
HSL262.5º40.82%38.43%-
HSV(B)262.5º57.97%54.12%-
XYZ10.136.9424.85-
YUV76.09162.94136.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 58 (23.05% from 255) = 20.42%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=30.99%
G=20.42%
B=48.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88581380.360.5800.46262.540.8238.43
Hex583A8A243A02E1062926
Octal1307221244720564065146
Binary1011000111010100010101001001110100101110100000110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583A8A; }

 p { color: rgb(88,58,138); }

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

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

 a { background-color: rgb(88,58,138); }

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

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

 span { border-color: rgb(88,58,138); }

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