Html Css Color HEX #543A75 Kingfisher Daisy

📋 copy color: '#543A75'

red 84 ◦ green 58 ◦ blue 117

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

Shades of Kingfisher Daisy #543A75

Tints of Kingfisher Daisy #543A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.17%

R = 32.43%
G = 22.39%
B = 45.17%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#543A75 (or 0x543A75) is known color: Kingfisher Daisy. HEX triplet: 54, 3A and 75. RGB value is (84,58,117). Sum of RGB (Red+Green+Blue) = 84+58+117=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #543A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543A75 is #ABC58A. Grayscale: #484848. Windows color (decimal): -11257227 or 7682644. OLE color: 7682644.

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

Color convert

RGB 84 58 117 -
CMYK 0.28 0.50 0 0.54
HSL 266.44º 0.34% 0.34% -
HSV(B) 266.44º 0.5% 0.46% -
XYZ 8.38 6.2 17.58 -
YUV 72.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 84 58 117 0.28 0.50 0 0.54 266.44 0.34 0.34
Hex 54 3A 75 1C 32 0 36 10A 22 22
Octal 124 72 165 34 62 0 66 412 42 42
Binary 1010100 111010 1110101 11100 110010 0 110110 100001010 100010 100010

Color Harmonies of #543A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543A75

Black with #543A75

Text Example


Text Example

White with #543A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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