#54248F

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

Shades of Kingfisher Daisy #54248F

Tints of Kingfisher Daisy #54248F

Color information

#54248F (or 0x54248F) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 24 and 8F. RGB value is (84,36,143). Sum of RGB (Red+Green+Blue) = 84+36+143=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #54248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54248F is #ABDB70. Grayscale: #3E3E3E. Windows color (decimal): -11262833 or 9380948. OLE color: 9380948.

HSL color Cylindrical-coordinate representation of color #54248F: hue angle of 266.92º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54248F is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8436143-
CMYK0.410.7500.44
HSL266.92º59.78%35.1%-
HSV(B)266.92º74.83%56.08%-
XYZ9.245.1326.49-
YUV62.55173.4143.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.94%
GREEN value IS 36 (14.45% from 255) = 13.69%
BLUE value IS 143 (56.25% from 255) = 54.37%
R=31.94%
G=13.69%
B=54.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84361430.410.7500.44266.9259.7835.1
Hex54248F294B02C10b3c23
Octal12444217511130544137443
Binary10101001001001000111110100110010110101100100001011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,36,143); }

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

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

 a { background-color: rgb(84,36,143); }

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

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

 span { border-color: rgb(84,36,143); }

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