#543475

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

Shades of Kingfisher Daisy #543475

Tints of Kingfisher Daisy #543475

Color information

#543475 (or 0x543475) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 34 and 75. RGB value is (84,52,117). Sum of RGB (Red+Green+Blue) = 84+52+117=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #543475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543475 is #ABCB8A. Grayscale: #444444. Windows color (decimal): -11258763 or 7681108. OLE color: 7681108.

HSL color Cylindrical-coordinate representation of color #543475: hue angle of 269.54º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #543475 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8452117-
CMYK0.280.5600.54
HSL269.54º38.46%33.14%-
HSV(B)269.54º55.56%45.88%-
XYZ8.15.6317.49-
YUV68.98155.1138.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=33.20%
G=20.55%
B=46.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84521170.280.5600.54269.5438.4633.14
Hex5434751C3803610e2621
Octal1246416534700664164641
Binary10101001101001110101111001110000110110100001110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543475; }

 p { color: rgb(84,52,117); }

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

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

 a { background-color: rgb(84,52,117); }

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

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

 span { border-color: rgb(84,52,117); }

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