#653892

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

Shades of Daisy Bush #653892

Tints of Daisy Bush #653892

Color information

#653892 (or 0x653892) is unknown color: approx Daisy Bush. HEX triplet: 65, 38 and 92. RGB value is (101,56,146). Sum of RGB (Red+Green+Blue) = 101+56+146=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #653892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653892 is #9AC76D. Grayscale: #4F4F4F. Windows color (decimal): -10143598 or 9582693. OLE color: 9582693.

HSL color Cylindrical-coordinate representation of color #653892: hue angle of 270º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #653892 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10156146-
CMYK0.310.6200.43
HSL270º44.55%39.61%-
HSV(B)270º61.64%57.25%-
XYZ11.977.6728.04-
YUV79.72165.41143.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.33%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=33.33%
G=18.48%
B=48.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101561460.310.6200.4327044.5539.61
Hex6538921F3E02B10e2d28
Octal1457022237760534165550
Binary110010111100010010010111111111100101011100001110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653892; }

 p { color: rgb(101,56,146); }

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

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

 a { background-color: rgb(101,56,146); }

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

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

 span { border-color: rgb(101,56,146); }

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