Html Css Color HEX #542082 Kingfisher Daisy

📋 copy color: '#542082'

red 84 ◦ green 32 ◦ blue 130

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

Shades of Kingfisher Daisy #542082

Tints of Kingfisher Daisy #542082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.85%

R = 34.15%
G = 13.01%
B = 52.85%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#542082 (or 0x542082) is known color: Kingfisher Daisy. HEX triplet: 54, 20 and 82. RGB value is (84,32,130). Sum of RGB (Red+Green+Blue) = 84+32+130=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #542082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542082 is #ABDF7D. Grayscale: #3A3A3A. Windows color (decimal): -11263870 or 8527956. OLE color: 8527956.

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

Color convert

RGB 84 32 130 -
CMYK 0.35 0.75 0 0.49
HSL 271.84º 0.6% 0.32% -
HSV(B) 271.84º 0.75% 0.51% -
XYZ 8.2 4.53 21.56 -
YUV 58.72 168.23 146.03 -
System Red Green Blue C M Y K H S L
Decimal 84 32 130 0.35 0.75 0 0.49 271.84 0.6 0.32
Hex 54 20 82 23 4B 0 31 110 3C 20
Octal 124 40 202 43 113 0 61 420 74 40
Binary 1010100 100000 10000010 100011 1001011 0 110001 100010000 111100 100000

Color Harmonies of #542082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542082

Black with #542082

Text Example


Text Example

White with #542082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542082; }

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

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

background-color css

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

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

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

border-color css

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

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

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