#652585

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

Shades of Kingfisher Daisy #652585

Tints of Kingfisher Daisy #652585

Color information

#652585 (or 0x652585) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 25 and 85. RGB value is (101,37,133). Sum of RGB (Red+Green+Blue) = 101+37+133=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #652585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652585 is #9ADA7A. Grayscale: #424242. Windows color (decimal): -10148475 or 8725861. OLE color: 8725861.

HSL color Cylindrical-coordinate representation of color #652585: hue angle of 280º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #652585 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10137133-
CMYK0.240.7200.48
HSL280º56.47%33.33%-
HSV(B)280º72.18%52.16%-
XYZ10.265.7822.77-
YUV67.08165.2152.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.27%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=37.27%
G=13.65%
B=49.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101371330.240.7200.4828056.4733.33
Hex65258518480301183821
Octal14545205301100604307041
Binary1100101100101100001011100010010000110000100011000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652585; }

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

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

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

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

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

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

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

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