#54227F

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

Shades of Kingfisher Daisy #54227F

Tints of Kingfisher Daisy #54227F

Color information

#54227F (or 0x54227F) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 22 and 7F. RGB value is (84,34,127). Sum of RGB (Red+Green+Blue) = 84+34+127=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #54227F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54227F is #ABDD80. Grayscale: #3B3B3B. Windows color (decimal): -11263361 or 8331860. OLE color: 8331860.

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

Color convert

RGB8434127-
CMYK0.340.7300.50
HSL272.26º57.76%31.57%-
HSV(B)272.26º73.23%49.8%-
XYZ8.064.5620.53-
YUV59.55166.06145.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 127 (50% from 255) = 51.84%
R=34.29%
G=13.88%
B=51.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84341270.340.7300.50272.2657.7631.57
Hex54227F22490321103a20
Octal12442177421110624207240
Binary1010100100010111111110001010010010110010100010000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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