Html Css Color HEX #54208B Kingfisher Daisy

📋 copy color: '#54208B'

red 84 ◦ green 32 ◦ blue 139

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

Shades of Kingfisher Daisy #54208B

Tints of Kingfisher Daisy #54208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.51%

R = 32.94%
G = 12.55%
B = 54.51%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54208B (or 0x54208B) is known color: Kingfisher Daisy. HEX triplet: 54, 20 and 8B. RGB value is (84,32,139). Sum of RGB (Red+Green+Blue) = 84+32+139=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #54208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54208B is #ABDF74. Grayscale: #3B3B3B. Windows color (decimal): -11263861 or 9117780. OLE color: 9117780.

HSL color Cylindrical-coordinate representation of color #54208B: hue angle of 269.16º 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 #54208B is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 32 139 -
CMYK 0.40 0.77 0 0.45
HSL 269.16º 0.63% 0.34% -
HSV(B) 269.16º 0.77% 0.55% -
XYZ 8.83 4.78 24.88 -
YUV 59.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 84 32 139 0.40 0.77 0 0.45 269.16 0.63 0.34
Hex 54 20 8B 28 4D 0 2D 10D 3F 22
Octal 124 40 213 50 115 0 55 415 77 42
Binary 1010100 100000 10001011 101000 1001101 0 101101 100001101 111111 100010

Color Harmonies of #54208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54208B

Black with #54208B

Text Example


Text Example

White with #54208B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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