#543185

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

Shades of Kingfisher Daisy #543185

Tints of Kingfisher Daisy #543185

Color information

#543185 (or 0x543185) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 31 and 85. RGB value is (84,49,133). Sum of RGB (Red+Green+Blue) = 84+49+133=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #543185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543185 is #ABCE7A. Grayscale: #444444. Windows color (decimal): -11259515 or 8728916. OLE color: 8728916.

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

Color convert

RGB8449133-
CMYK0.370.6300.48
HSL265º46.15%35.69%-
HSV(B)265º63.16%52.16%-
XYZ8.995.7722.83-
YUV69.04164.1138.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 133 (52.34% from 255) = 50%
R=31.58%
G=18.42%
B=50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84491330.370.6300.4826546.1535.69
Hex543185253F0301092e24
Octal1246120545770604115644
Binary1010100110001100001011001011111110110000100001001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543185; }

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

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

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

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

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

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

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

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