Html Css Color HEX #54218E Kingfisher Daisy

📋 copy color: '#54218E'

red 84 ◦ green 33 ◦ blue 142

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

Shades of Kingfisher Daisy #54218E

Tints of Kingfisher Daisy #54218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.74%

 BLUE value IS 142 (55.86% from 255) = 54.83%

R = 32.43%
G = 12.74%
B = 54.83%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54218E (or 0x54218E) is known color: Kingfisher Daisy. HEX triplet: 54, 21 and 8E. RGB value is (84,33,142). Sum of RGB (Red+Green+Blue) = 84+33+142=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #54218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54218E is #ABDE71. Grayscale: #3C3C3C. Windows color (decimal): -11263602 or 9314644. OLE color: 9314644.

HSL color Cylindrical-coordinate representation of color #54218E: hue angle of 268.07º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54218E is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 33 142 -
CMYK 0.41 0.77 0 0.44
HSL 268.07º 0.62% 0.34% -
HSV(B) 268.07º 0.77% 0.56% -
XYZ 9.08 4.93 26.06 -
YUV 60.68 173.9 144.64 -
System Red Green Blue C M Y K H S L
Decimal 84 33 142 0.41 0.77 0 0.44 268.07 0.62 0.34
Hex 54 21 8E 29 4D 0 2C 10C 3E 22
Octal 124 41 216 51 115 0 54 414 76 42
Binary 1010100 100001 10001110 101001 1001101 0 101100 100001100 111110 100010

Color Harmonies of #54218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54218E

Black with #54218E

Text Example


Text Example

White with #54218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54218E; }

 p { color: rgb(84,33,142); }

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

background-color css

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

 a { background-color: rgb(84,33,142); }

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

border-color css

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

 span { border-color: rgb(84,33,142); }

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