#54258D

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

Shades of Kingfisher Daisy #54258D

Tints of Kingfisher Daisy #54258D

Color information

#54258D (or 0x54258D) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 25 and 8D. RGB value is (84,37,141). Sum of RGB (Red+Green+Blue) = 84+37+141=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #54258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54258D is #ABDA72. Grayscale: #3E3E3E. Windows color (decimal): -11262579 or 9250132. OLE color: 9250132.

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

Color convert

RGB8437141-
CMYK0.400.7400.45
HSL267.12º58.43%34.9%-
HSV(B)267.12º73.76%55.29%-
XYZ9.135.1325.71-
YUV62.91172.07143.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 37 (14.84% from 255) = 14.12%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=32.06%
G=14.12%
B=53.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84371410.400.7400.45267.1258.4334.9
Hex54258D284A02D10b3a23
Octal12445215501120554137243
Binary10101001001011000110110100010010100101101100001011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54258D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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