#652184

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

Shades of Kingfisher Daisy #652184

Tints of Kingfisher Daisy #652184

Color information

#652184 (or 0x652184) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 21 and 84. RGB value is (101,33,132). Sum of RGB (Red+Green+Blue) = 101+33+132=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #652184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652184 is #9ADE7B. Grayscale: #404040. Windows color (decimal): -10149500 or 8659301. OLE color: 8659301.

HSL color Cylindrical-coordinate representation of color #652184: hue angle of 281.21º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652184 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10133132-
CMYK0.230.7500.48
HSL281.21º60%32.35%-
HSV(B)281.21º75%51.76%-
XYZ10.085.5222.36-
YUV64.62166.03153.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.97%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 132 (51.95% from 255) = 49.62%
R=37.97%
G=12.41%
B=49.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101331320.230.7500.48281.216032.35
Hex652184174B0301193c20
Octal14541204271130604317440
Binary1100101100001100001001011110010110110000100011001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652184; }

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

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

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

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

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

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

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

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