Html Css Color HEX #54228A Kingfisher Daisy

📋 copy color: '#54228A'

red 84 ◦ green 34 ◦ blue 138

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

Shades of Kingfisher Daisy #54228A

Tints of Kingfisher Daisy #54228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.91%

R = 32.81%
G = 13.28%
B = 53.91%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54228A (or 0x54228A) is known color: Kingfisher Daisy. HEX triplet: 54, 22 and 8A. RGB value is (84,34,138). Sum of RGB (Red+Green+Blue) = 84+34+138=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #54228A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54228A is #ABDD75. Grayscale: #3C3C3C. Windows color (decimal): -11263350 or 9052756. OLE color: 9052756.

HSL color Cylindrical-coordinate representation of color #54228A: hue angle of 268.85º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54228A is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 34 138 -
CMYK 0.39 0.75 0 0.46
HSL 268.85º 0.6% 0.34% -
HSV(B) 268.85º 0.75% 0.54% -
XYZ 8.82 4.86 24.52 -
YUV 60.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 84 34 138 0.39 0.75 0 0.46 268.85 0.6 0.34
Hex 54 22 8A 27 4B 0 2E 10D 3C 22
Octal 124 42 212 47 113 0 56 415 74 42
Binary 1010100 100010 10001010 100111 1001011 0 101110 100001101 111100 100010

Color Harmonies of #54228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54228A

Black with #54228A

Text Example


Text Example

White with #54228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54228A; }

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

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

background-color css

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

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

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

border-color css

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

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

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