#654584

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

Shades of Kingfisher Daisy #654584

Tints of Kingfisher Daisy #654584

Color information

#654584 (or 0x654584) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 45 and 84. RGB value is (101,69,132). Sum of RGB (Red+Green+Blue) = 101+69+132=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #654584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654584 is #9ABA7B. Grayscale: #555555. Windows color (decimal): -10140284 or 8668517. OLE color: 8668517.

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

Color convert

RGB10169132-
CMYK0.230.4800.48
HSL270.48º31.34%39.41%-
HSV(B)270.48º47.73%51.76%-
XYZ11.668.6922.89-
YUV85.75154.1138.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 132 (51.95% from 255) = 43.71%
R=33.44%
G=22.85%
B=43.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101691320.230.4800.48270.4831.3439.41
Hex654584173003010e1f27
Octal14510520427600604163747
Binary110010110001011000010010111110000011000010000111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654584; }

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

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

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

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

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

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

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

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