#653D85

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

Shades of Kingfisher Daisy #653D85

Tints of Kingfisher Daisy #653D85

Color information

#653D85 (or 0x653D85) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 3D and 85. RGB value is (101,61,133). Sum of RGB (Red+Green+Blue) = 101+61+133=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #653D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653D85 is #9AC27A. Grayscale: #505050. Windows color (decimal): -10142331 or 8732005. OLE color: 8732005.

HSL color Cylindrical-coordinate representation of color #653D85: hue angle of 273.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #653D85 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10161133-
CMYK0.240.5400.48
HSL273.33º37.11%38.04%-
HSV(B)273.33º54.14%52.16%-
XYZ11.277.823.1-
YUV81.17157.25142.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 61 (24.22% from 255) = 20.68%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=34.24%
G=20.68%
B=45.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101611330.240.5400.48273.3337.1138.04
Hex653D8518360301112526
Octal1457520530660604214546
Binary110010111110110000101110001101100110000100010001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,61,133); }

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

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

 a { background-color: rgb(101,61,133); }

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

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

 span { border-color: rgb(101,61,133); }

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