Html Css Color HEX #542384 Kingfisher Daisy

📋 copy color: '#542384'

red 84 ◦ green 35 ◦ blue 132

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

Shades of Kingfisher Daisy #542384

Tints of Kingfisher Daisy #542384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

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

R = 33.47%
G = 13.94%
B = 52.59%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#542384 (or 0x542384) is known color: Kingfisher Daisy. HEX triplet: 54, 23 and 84. RGB value is (84,35,132). Sum of RGB (Red+Green+Blue) = 84+35+132=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #542384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542384 is #ABDC7B. Grayscale: #3C3C3C. Windows color (decimal): -11263100 or 8659796. OLE color: 8659796.

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

Color convert

RGB 84 35 132 -
CMYK 0.36 0.73 0 0.48
HSL 270.31º 0.58% 0.33% -
HSV(B) 270.31º 0.73% 0.52% -
XYZ 8.42 4.75 22.3 -
YUV 60.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 84 35 132 0.36 0.73 0 0.48 270.31 0.58 0.33
Hex 54 23 84 24 49 0 30 10E 3A 21
Octal 124 43 204 44 111 0 60 416 72 41
Binary 1010100 100011 10000100 100100 1001001 0 110000 100001110 111010 100001

Color Harmonies of #542384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542384

Black with #542384

Text Example


Text Example

White with #542384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542384; }

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

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

background-color css

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

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

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

border-color css

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

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

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