#652884

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

Shades of Kingfisher Daisy #652884

Tints of Kingfisher Daisy #652884

Color information

#652884 (or 0x652884) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 28 and 84. RGB value is (101,40,132). Sum of RGB (Red+Green+Blue) = 101+40+132=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #652884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652884 is #9AD77B. Grayscale: #444444. Windows color (decimal): -10147708 or 8661093. OLE color: 8661093.

HSL color Cylindrical-coordinate representation of color #652884: hue angle of 279.78º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #652884 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10140132-
CMYK0.230.7000.48
HSL279.78º53.49%33.73%-
HSV(B)279.78º69.7%51.76%-
XYZ10.295.9522.44-
YUV68.73163.71151.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=37.00%
G=14.65%
B=48.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101401320.230.7000.48279.7853.4933.73
Hex65288417460301183522
Octal14550204271060604306542
Binary1100101101000100001001011110001100110000100011000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652884; }

 p { color: rgb(101,40,132); }

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

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

 a { background-color: rgb(101,40,132); }

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

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

 span { border-color: rgb(101,40,132); }

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