#652D85

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

Shades of Kingfisher Daisy #652D85

Tints of Kingfisher Daisy #652D85

Color information

#652D85 (or 0x652D85) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 2D and 85. RGB value is (101,45,133). Sum of RGB (Red+Green+Blue) = 101+45+133=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #652D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652D85 is #9AD27A. Grayscale: #474747. Windows color (decimal): -10146427 or 8727909. OLE color: 8727909.

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

Color convert

RGB10145133-
CMYK0.240.6600.48
HSL278.18º49.44%34.9%-
HSV(B)278.18º66.17%52.16%-
XYZ10.546.3422.86-
YUV71.78162.55148.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 45 (17.97% from 255) = 16.13%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=36.20%
G=16.13%
B=47.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101451330.240.6600.48278.1849.4434.9
Hex652D8518420301163123
Octal14555205301020604266143
Binary1100101101101100001011100010000100110000100010110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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