Html Css Color HEX #54208C Kingfisher Daisy

📋 copy color: '#54208C'

red 84 ◦ green 32 ◦ blue 140

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

Shades of Kingfisher Daisy #54208C

Tints of Kingfisher Daisy #54208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.69%

R = 32.81%
G = 12.5%
B = 54.69%

CMYK

 C value IS 0.4

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54208C (or 0x54208C) is known color: Kingfisher Daisy. HEX triplet: 54, 20 and 8C. RGB value is (84,32,140). Sum of RGB (Red+Green+Blue) = 84+32+140=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #54208C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54208C is #ABDF73. Grayscale: #3B3B3B. Windows color (decimal): -11263860 or 9183316. OLE color: 9183316.

HSL color Cylindrical-coordinate representation of color #54208C: hue angle of 268.89º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54208C is Cyan = 0.4, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 32 140 -
CMYK 0.4 0.77 0 0.45
HSL 268.89º 0.63% 0.34% -
HSV(B) 268.89º 0.77% 0.55% -
XYZ 8.91 4.81 25.27 -
YUV 59.86 173.23 145.22 -
System Red Green Blue C M Y K H S L
Decimal 84 32 140 0.4 0.77 0 0.45 268.89 0.63 0.34
Hex 54 20 8C 28 4D 0 2D 10D 3F 22
Octal 124 40 214 50 115 0 55 415 77 42
Binary 1010100 100000 10001100 101000 1001101 0 101101 100001101 111111 100010

Color Harmonies of #54208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54208C

Black with #54208C

Text Example


Text Example

White with #54208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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