#542591

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

Shades of Kingfisher Daisy #542591

Tints of Kingfisher Daisy #542591

Color information

#542591 (or 0x542591) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 25 and 91. RGB value is (84,37,145). Sum of RGB (Red+Green+Blue) = 84+37+145=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #542591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542591 is #ABDA6E. Grayscale: #3E3E3E. Windows color (decimal): -11262575 or 9512276. OLE color: 9512276.

HSL color Cylindrical-coordinate representation of color #542591: hue angle of 266.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #542591 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8437145-
CMYK0.420.7400.43
HSL266.11º59.34%35.69%-
HSV(B)266.11º74.48%56.86%-
XYZ9.435.2527.3-
YUV63.36174.07142.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 145 (57.03% from 255) = 54.51%
R=31.58%
G=13.91%
B=54.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84371450.420.7400.43266.1159.3435.69
Hex5425912A4A02B10a3b24
Octal12445221521120534127344
Binary10101001001011001000110101010010100101011100001010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542591; }

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

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

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

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

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

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

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

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