#542592

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

Shades of Kingfisher Daisy #542592

Tints of Kingfisher Daisy #542592

Color information

#542592 (or 0x542592) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 25 and 92. RGB value is (84,37,146). Sum of RGB (Red+Green+Blue) = 84+37+146=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #542592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542592 is #ABDA6D. Grayscale: #3F3F3F. Windows color (decimal): -11262574 or 9577812. OLE color: 9577812.

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

Color convert

RGB8437146-
CMYK0.420.7500.43
HSL265.87º59.56%35.88%-
HSV(B)265.87º74.66%57.25%-
XYZ9.515.2827.71-
YUV63.48174.57142.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 146 (57.42% from 255) = 54.68%
R=31.46%
G=13.86%
B=54.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84371460.420.7500.43265.8759.5635.88
Hex5425922A4B02B10a3c24
Octal12445222521130534127444
Binary10101001001011001001010101010010110101011100001010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542592; }

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

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

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

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

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

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

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

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