#542085

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

Shades of Kingfisher Daisy #542085

Tints of Kingfisher Daisy #542085

Color information

#542085 (or 0x542085) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 20 and 85. RGB value is (84,32,133). Sum of RGB (Red+Green+Blue) = 84+32+133=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #542085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542085 is #ABDF7A. Grayscale: #3A3A3A. Windows color (decimal): -11263867 or 8724564. OLE color: 8724564.

HSL color Cylindrical-coordinate representation of color #542085: hue angle of 270.89º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #542085 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8432133-
CMYK0.370.7600.48
HSL270.89º61.21%32.35%-
HSV(B)270.89º75.94%52.16%-
XYZ8.414.6122.64-
YUV59.06169.73145.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 32 (12.89% from 255) = 12.85%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=33.73%
G=12.85%
B=53.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84321330.370.7600.48270.8961.2132.35
Hex542085254C03010f3d20
Octal12440205451140604177540
Binary10101001000001000010110010110011000110000100001111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542085; }

 p { color: rgb(84,32,133); }

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

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

 a { background-color: rgb(84,32,133); }

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

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

 span { border-color: rgb(84,32,133); }

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