Html Css Color HEX #542881 Kingfisher Daisy

📋 copy color: '#542881'

red 84 ◦ green 40 ◦ blue 129

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

Shades of Kingfisher Daisy #542881

Tints of Kingfisher Daisy #542881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

 BLUE value IS 129 (50.78% from 255) = 50.99%

R = 33.2%
G = 15.81%
B = 50.99%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#542881 (or 0x542881) is known color: Kingfisher Daisy. HEX triplet: 54, 28 and 81. RGB value is (84,40,129). Sum of RGB (Red+Green+Blue) = 84+40+129=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #542881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542881 is #ABD77E. Grayscale: #3E3E3E. Windows color (decimal): -11261823 or 8464468. OLE color: 8464468.

HSL color Cylindrical-coordinate representation of color #542881: hue angle of 269.66º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #542881 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 40 129 -
CMYK 0.35 0.69 0 0.49
HSL 269.66º 0.53% 0.33% -
HSV(B) 269.66º 0.69% 0.51% -
XYZ 8.38 4.99 21.29 -
YUV 63.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 84 40 129 0.35 0.69 0 0.49 269.66 0.53 0.33
Hex 54 28 81 23 45 0 31 10E 35 21
Octal 124 50 201 43 105 0 61 416 65 41
Binary 1010100 101000 10000001 100011 1000101 0 110001 100001110 110101 100001

Color Harmonies of #542881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542881

Black with #542881

Text Example


Text Example

White with #542881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542881; }

 p { color: rgb(84,40,129); }

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

background-color css

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

 a { background-color: rgb(84,40,129); }

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

border-color css

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

 span { border-color: rgb(84,40,129); }

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