#653B8C

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

Shades of Daisy Bush #653B8C

Tints of Daisy Bush #653B8C

Color information

#653B8C (or 0x653B8C) is unknown color: approx Daisy Bush. HEX triplet: 65, 3B and 8C. RGB value is (101,59,140). Sum of RGB (Red+Green+Blue) = 101+59+140=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #653B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653B8C is #9AC473. Grayscale: #505050. Windows color (decimal): -10142836 or 9190245. OLE color: 9190245.

HSL color Cylindrical-coordinate representation of color #653B8C: hue angle of 271.11º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #653B8C is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10159140-
CMYK0.280.5800.45
HSL271.11º40.7%39.02%-
HSV(B)271.11º57.86%54.9%-
XYZ11.667.7925.7-
YUV80.79161.41142.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 59 (23.44% from 255) = 19.67%
BLUE value IS 140 (55.08% from 255) = 46.67%
R=33.67%
G=19.67%
B=46.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101591400.280.5800.45271.1140.739.02
Hex653B8C1C3A02D10f2927
Octal1457321434720554175147
Binary110010111101110001100111001110100101101100001111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653B8C; }

 p { color: rgb(101,59,140); }

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

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

 a { background-color: rgb(101,59,140); }

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

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

 span { border-color: rgb(101,59,140); }

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