#654992

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

Shades of Daisy Bush #654992

Tints of Daisy Bush #654992

Color information

#654992 (or 0x654992) is unknown color: approx Daisy Bush. HEX triplet: 65, 49 and 92. RGB value is (101,73,146). Sum of RGB (Red+Green+Blue) = 101+73+146=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #654992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654992 is #9AB66D. Grayscale: #595959. Windows color (decimal): -10139246 or 9587045. OLE color: 9587045.

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

Color convert

RGB10173146-
CMYK0.310.500.43
HSL263.01º33.33%42.94%-
HSV(B)263.01º50%57.25%-
XYZ12.949.6128.37-
YUV89.69159.78136.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=31.56%
G=22.81%
B=45.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101731460.310.500.43263.0133.3342.94
Hex6549921F3202B107212b
Octal14511122237620534074153
Binary1100101100100110010010111111100100101011100000111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654992; }

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

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

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

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

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

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

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

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