Html Css Color HEX #542684 Kingfisher Daisy

📋 copy color: '#542684'

red 84 ◦ green 38 ◦ blue 132

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

Shades of Kingfisher Daisy #542684

Tints of Kingfisher Daisy #542684

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.96%

 BLUE value IS 132 (51.95% from 255) = 51.97%

R = 33.07%
G = 14.96%
B = 51.97%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#542684 (or 0x542684) is known color: Kingfisher Daisy. HEX triplet: 54, 26 and 84. RGB value is (84,38,132). Sum of RGB (Red+Green+Blue) = 84+38+132=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #542684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542684 is #ABD97B. Grayscale: #3E3E3E. Windows color (decimal): -11262332 or 8660564. OLE color: 8660564.

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

Color convert

RGB 84 38 132 -
CMYK 0.36 0.71 0 0.48
HSL 269.36º 0.55% 0.33% -
HSV(B) 269.36º 0.71% 0.52% -
XYZ 8.51 4.94 22.33 -
YUV 62.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 84 38 132 0.36 0.71 0 0.48 269.36 0.55 0.33
Hex 54 26 84 24 47 0 30 10D 37 21
Octal 124 46 204 44 107 0 60 415 67 41
Binary 1010100 100110 10000100 100100 1000111 0 110000 100001101 110111 100001

Color Harmonies of #542684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542684

Black with #542684

Text Example


Text Example

White with #542684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542684; }

 p { color: rgb(84,38,132); }

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

background-color css

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

 a { background-color: rgb(84,38,132); }

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

border-color css

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

 span { border-color: rgb(84,38,132); }

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