Html Css Color HEX #542080 Kingfisher Daisy

📋 copy color: '#542080'

red 84 ◦ green 32 ◦ blue 128

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

Shades of Kingfisher Daisy #542080

Tints of Kingfisher Daisy #542080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.11%

 BLUE value IS 128 (50.39% from 255) = 52.46%

R = 34.43%
G = 13.11%
B = 52.46%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#542080 (or 0x542080) is known color: Kingfisher Daisy. HEX triplet: 54, 20 and 80. RGB value is (84,32,128). Sum of RGB (Red+Green+Blue) = 84+32+128=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #542080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542080 is #ABDF7F. Grayscale: #3A3A3A. Windows color (decimal): -11263872 or 8396884. OLE color: 8396884.

HSL color Cylindrical-coordinate representation of color #542080: hue angle of 272.5º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542080 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 32 128 -
CMYK 0.34 0.75 0 0.50
HSL 272.5º 0.6% 0.31% -
HSV(B) 272.5º 0.75% 0.5% -
XYZ 8.07 4.48 20.86 -
YUV 58.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 84 32 128 0.34 0.75 0 0.50 272.5 0.6 0.31
Hex 54 20 80 22 4B 0 32 110 3C 1F
Octal 124 40 200 42 113 0 62 420 74 37
Binary 1010100 100000 10000000 100010 1001011 0 110010 100010000 111100 11111

Color Harmonies of #542080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542080

Black with #542080

Text Example


Text Example

White with #542080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542080; }

 p { color: rgb(84,32,128); }

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

background-color css

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

 a { background-color: rgb(84,32,128); }

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

border-color css

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

 span { border-color: rgb(84,32,128); }

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