#583695

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

Shades of Daisy Bush #583695

Tints of Daisy Bush #583695

Color information

#583695 (or 0x583695) is unknown color: approx Daisy Bush. HEX triplet: 58, 36 and 95. RGB value is (88,54,149). Sum of RGB (Red+Green+Blue) = 88+54+149=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #583695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583695 is #A7C96A. Grayscale: #4A4A4A. Windows color (decimal): -10996075 or 9778776. OLE color: 9778776.

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

Color convert

RGB8854149-
CMYK0.410.6400.42
HSL261.47º46.8%39.8%-
HSV(B)261.47º63.76%58.43%-
XYZ10.776.8829.19-
YUV75169.76137.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.24%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=30.24%
G=18.56%
B=51.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88541490.410.6400.42261.4746.839.8
Hex583695294002A1052f28
Octal13066225511000524055750
Binary10110001101101001010110100110000000101010100000101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583695; }

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

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

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

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

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

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

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

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