Html Css Color HEX #543A76 Kingfisher Daisy

📋 copy color: '#543A76'

red 84 ◦ green 58 ◦ blue 118

#543A76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #543A76

Tints of Kingfisher Daisy #543A76

RGB

 RED value IS 84 (33.2% from 255) = 32.31%

 GREEN value IS 58 (23.05% from 255) = 22.31%

 BLUE value IS 118 (46.48% from 255) = 45.38%

R = 32.31%
G = 22.31%
B = 45.38%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#543A76 (or 0x543A76) is known color: Kingfisher Daisy. HEX triplet: 54, 3A and 76. RGB value is (84,58,118). Sum of RGB (Red+Green+Blue) = 84+58+118=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #543A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543A76 is #ABC589. Grayscale: #484848. Windows color (decimal): -11257226 or 7748180. OLE color: 7748180.

HSL color Cylindrical-coordinate representation of color #543A76: hue angle of 266º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #543A76 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 58 118 -
CMYK 0.29 0.51 0 0.54
HSL 266º 0.34% 0.35% -
HSV(B) 266º 0.51% 0.46% -
XYZ 8.44 6.22 17.9 -
YUV 72.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 84 58 118 0.29 0.51 0 0.54 266 0.34 0.35
Hex 54 3A 76 1D 33 0 36 10A 22 23
Octal 124 72 166 35 63 0 66 412 42 43
Binary 1010100 111010 1110110 11101 110011 0 110110 100001010 100010 100011

Color Harmonies of #543A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543A76

Black with #543A76

Text Example


Text Example

White with #543A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543A76; }

 p { color: rgb(84,58,118); }

 H1.HeaderClassName
 {
   color: #543A76;
 }
 .AnyTagClassName
 {
   color: #543A76;
 }
</style>

background-color css

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

 a { background-color: rgb(84,58,118); }

 div.DivClassName
 {
   background-color: #543A76;
 }
 .BgClassName
 {
   background-color: #543A76;
 }
</style>

border-color css

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

 span { border-color: rgb(84,58,118); }

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