Html Css Color HEX #54208F Kingfisher Daisy

📋 copy color: '#54208F'

red 84 ◦ green 32 ◦ blue 143

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

Shades of Kingfisher Daisy #54208F

Tints of Kingfisher Daisy #54208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 55.21%

R = 32.43%
G = 12.36%
B = 55.21%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54208F (or 0x54208F) is known color: Kingfisher Daisy. HEX triplet: 54, 20 and 8F. RGB value is (84,32,143). Sum of RGB (Red+Green+Blue) = 84+32+143=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #54208F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54208F is #ABDF70. Grayscale: #3B3B3B. Windows color (decimal): -11263857 or 9379924. OLE color: 9379924.

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

Color convert

RGB 84 32 143 -
CMYK 0.41 0.78 0 0.44
HSL 268.11º 0.63% 0.34% -
HSV(B) 268.11º 0.78% 0.56% -
XYZ 9.13 4.9 26.45 -
YUV 60.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 84 32 143 0.41 0.78 0 0.44 268.11 0.63 0.34
Hex 54 20 8F 29 4E 0 2C 10C 3F 22
Octal 124 40 217 51 116 0 54 414 77 42
Binary 1010100 100000 10001111 101001 1001110 0 101100 100001100 111111 100010

Color Harmonies of #54208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54208F

Black with #54208F

Text Example


Text Example

White with #54208F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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