#653590

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

Shades of Daisy Bush #653590

Tints of Daisy Bush #653590

Color information

#653590 (or 0x653590) is unknown color: approx Daisy Bush. HEX triplet: 65, 35 and 90. RGB value is (101,53,144). Sum of RGB (Red+Green+Blue) = 101+53+144=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #653590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653590 is #9ACA6F. Grayscale: #4D4D4D. Windows color (decimal): -10144368 or 9450853. OLE color: 9450853.

HSL color Cylindrical-coordinate representation of color #653590: hue angle of 271.65º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #653590 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10153144-
CMYK0.300.6300.44
HSL271.65º46.19%38.63%-
HSV(B)271.65º63.19%56.47%-
XYZ11.677.3327.18-
YUV77.73165.4144.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=33.89%
G=17.79%
B=48.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101531440.300.6300.44271.6546.1938.63
Hex6535901E3F02C1102e27
Octal1456522036770544205647
Binary110010111010110010000111101111110101100100010000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653590; }

 p { color: rgb(101,53,144); }

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

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

 a { background-color: rgb(101,53,144); }

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

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

 span { border-color: rgb(101,53,144); }

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