#54327F

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

Shades of Kingfisher Daisy #54327F

Tints of Kingfisher Daisy #54327F

Color information

#54327F (or 0x54327F) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 32 and 7F. RGB value is (84,50,127). Sum of RGB (Red+Green+Blue) = 84+50+127=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #54327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54327F is #ABCD80. Grayscale: #444444. Windows color (decimal): -11259265 or 8335956. OLE color: 8335956.

HSL color Cylindrical-coordinate representation of color #54327F: hue angle of 266.49º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54327F is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8450127-
CMYK0.340.6100.50
HSL266.49º43.5%34.71%-
HSV(B)266.49º60.63%49.8%-
XYZ8.635.720.72-
YUV68.94160.76138.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 127 (50% from 255) = 48.66%
R=32.18%
G=19.16%
B=48.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84501270.340.6100.50266.4943.534.71
Hex54327F223D03210a2c23
Octal1246217742750624125443
Binary101010011001011111111000101111010110010100001010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54327F; }

 p { color: rgb(84,50,127); }

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

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

 a { background-color: rgb(84,50,127); }

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

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

 span { border-color: rgb(84,50,127); }

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