#583D8C

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

Shades of Daisy Bush #583D8C

Tints of Daisy Bush #583D8C

Color information

#583D8C (or 0x583D8C) is unknown color: approx Daisy Bush. HEX triplet: 58, 3D and 8C. RGB value is (88,61,140). Sum of RGB (Red+Green+Blue) = 88+61+140=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #583D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583D8C is #A7C273. Grayscale: #4D4D4D. Windows color (decimal): -10994292 or 9190744. OLE color: 9190744.

HSL color Cylindrical-coordinate representation of color #583D8C: hue angle of 260.51º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #583D8C is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8861140-
CMYK0.370.5600.45
HSL260.51º39.3%39.41%-
HSV(B)260.51º56.43%54.9%-
XYZ10.437.3125.67-
YUV78.08162.95135.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 140 (55.08% from 255) = 48.44%
R=30.45%
G=21.11%
B=48.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88611400.370.5600.45260.5139.339.41
Hex583D8C253802D1052727
Octal1307521445700554054747
Binary1011000111101100011001001011110000101101100000101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,61,140); }

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

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

 a { background-color: rgb(88,61,140); }

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

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

 span { border-color: rgb(88,61,140); }

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