#652E85

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

Shades of Kingfisher Daisy #652E85

Tints of Kingfisher Daisy #652E85

Color information

#652E85 (or 0x652E85) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 2E and 85. RGB value is (101,46,133). Sum of RGB (Red+Green+Blue) = 101+46+133=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #652E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652E85 is #9AD17A. Grayscale: #484848. Windows color (decimal): -10146171 or 8728165. OLE color: 8728165.

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

Color convert

RGB10146133-
CMYK0.240.6500.48
HSL277.93º48.6%35.1%-
HSV(B)277.93º65.41%52.16%-
XYZ10.586.4122.87-
YUV72.36162.22148.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 46 (18.36% from 255) = 16.43%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=36.07%
G=16.43%
B=47.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101461330.240.6500.48277.9348.635.1
Hex652E8518410301163123
Octal14556205301010604266143
Binary1100101101110100001011100010000010110000100010110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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