#54278F

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

Shades of Kingfisher Daisy #54278F

Tints of Kingfisher Daisy #54278F

Color information

#54278F (or 0x54278F) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 27 and 8F. RGB value is (84,39,143). Sum of RGB (Red+Green+Blue) = 84+39+143=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #54278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54278F is #ABD870. Grayscale: #3F3F3F. Windows color (decimal): -11262065 or 9381716. OLE color: 9381716.

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

Color convert

RGB8439143-
CMYK0.410.7300.44
HSL265.96º57.14%35.69%-
HSV(B)265.96º72.73%56.08%-
XYZ9.345.3226.52-
YUV64.31172.41142.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 143 (56.25% from 255) = 53.76%
R=31.58%
G=14.66%
B=53.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84391430.410.7300.44265.9657.1435.69
Hex54278F294902C10a3924
Octal12447217511110544127144
Binary10101001001111000111110100110010010101100100001010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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