Html Css Color HEX #542280 Kingfisher Daisy

📋 copy color: '#542280'

red 84 ◦ green 34 ◦ blue 128

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

Shades of Kingfisher Daisy #542280

Tints of Kingfisher Daisy #542280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.82%

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

R = 34.15%
G = 13.82%
B = 52.03%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#542280 (or 0x542280) is known color: Kingfisher Daisy. HEX triplet: 54, 22 and 80. RGB value is (84,34,128). Sum of RGB (Red+Green+Blue) = 84+34+128=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #542280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542280 is #ABDD7F. Grayscale: #3B3B3B. Windows color (decimal): -11263360 or 8397396. OLE color: 8397396.

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

Color convert

RGB 84 34 128 -
CMYK 0.34 0.73 0 0.50
HSL 271.91º 0.58% 0.32% -
HSV(B) 271.91º 0.73% 0.5% -
XYZ 8.12 4.59 20.88 -
YUV 59.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 84 34 128 0.34 0.73 0 0.50 271.91 0.58 0.32
Hex 54 22 80 22 49 0 32 110 3A 20
Octal 124 42 200 42 111 0 62 420 72 40
Binary 1010100 100010 10000000 100010 1001001 0 110010 100010000 111010 100000

Color Harmonies of #542280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542280

Black with #542280

Text Example


Text Example

White with #542280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542280; }

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

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

background-color css

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

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

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

border-color css

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

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

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