#54288D

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

Shades of Kingfisher Daisy #54288D

Tints of Kingfisher Daisy #54288D

Color information

#54288D (or 0x54288D) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 28 and 8D. RGB value is (84,40,141). Sum of RGB (Red+Green+Blue) = 84+40+141=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #54288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54288D is #ABD772. Grayscale: #404040. Windows color (decimal): -11261811 or 9250900. OLE color: 9250900.

HSL color Cylindrical-coordinate representation of color #54288D: hue angle of 266.14º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54288D is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8440141-
CMYK0.400.7200.45
HSL266.14º55.8%35.49%-
HSV(B)266.14º71.63%55.29%-
XYZ9.225.3325.74-
YUV64.67171.08141.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 141 (55.47% from 255) = 53.21%
R=31.70%
G=15.09%
B=53.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84401410.400.7200.45266.1455.835.49
Hex54288D284802D10a3823
Octal12450215501100554127043
Binary10101001010001000110110100010010000101101100001010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54288D; }

 p { color: rgb(84,40,141); }

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

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

 a { background-color: rgb(84,40,141); }

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

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

 span { border-color: rgb(84,40,141); }

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