Html Css Color HEX #543375 Kingfisher Daisy

📋 copy color: '#543375'

red 84 ◦ green 51 ◦ blue 117

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

Shades of Kingfisher Daisy #543375

Tints of Kingfisher Daisy #543375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

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

R = 33.33%
G = 20.24%
B = 46.43%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#543375 (or 0x543375) is known color: Kingfisher Daisy. HEX triplet: 54, 33 and 75. RGB value is (84,51,117). Sum of RGB (Red+Green+Blue) = 84+51+117=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #543375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543375 is #ABCC8A. Grayscale: #444444. Windows color (decimal): -11259019 or 7680852. OLE color: 7680852.

HSL color Cylindrical-coordinate representation of color #543375: hue angle of 270º degrees, saturation: 0.39, 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 #543375 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 51 117 -
CMYK 0.28 0.56 0 0.54
HSL 270º 0.39% 0.33% -
HSV(B) 270º 0.56% 0.46% -
XYZ 8.05 5.54 17.47 -
YUV 68.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 84 51 117 0.28 0.56 0 0.54 270 0.39 0.33
Hex 54 33 75 1C 38 0 36 10E 27 21
Octal 124 63 165 34 70 0 66 416 47 41
Binary 1010100 110011 1110101 11100 111000 0 110110 100001110 100111 100001

Color Harmonies of #543375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543375

Black with #543375

Text Example


Text Example

White with #543375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543375; }

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

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

background-color css

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

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

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

border-color css

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

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

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