#583495

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

Shades of Daisy Bush #583495

Tints of Daisy Bush #583495

Color information

#583495 (or 0x583495) is unknown color: approx Daisy Bush. HEX triplet: 58, 34 and 95. RGB value is (88,52,149). Sum of RGB (Red+Green+Blue) = 88+52+149=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #583495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583495 is #A7CB6A. Grayscale: #494949. Windows color (decimal): -10996587 or 9778264. OLE color: 9778264.

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

Color convert

RGB8852149-
CMYK0.410.6500.42
HSL262.27º48.26%39.41%-
HSV(B)262.27º65.1%58.43%-
XYZ10.686.729.16-
YUV73.82170.43138.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=30.45%
G=17.99%
B=51.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88521490.410.6500.42262.2748.2639.41
Hex583495294102A1063027
Octal13064225511010524066047
Binary10110001101001001010110100110000010101010100000110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583495; }

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

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

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

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

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

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

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

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