Html Css Color HEX #54247E Kingfisher Daisy

📋 copy color: '#54247E'

red 84 ◦ green 36 ◦ blue 126

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

Shades of Kingfisher Daisy #54247E

Tints of Kingfisher Daisy #54247E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

 BLUE value IS 126 (49.61% from 255) = 51.22%

R = 34.15%
G = 14.63%
B = 51.22%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54247E (or 0x54247E) is known color: Kingfisher Daisy. HEX triplet: 54, 24 and 7E. RGB value is (84,36,126). Sum of RGB (Red+Green+Blue) = 84+36+126=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #54247E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54247E is #ABDB81. Grayscale: #3C3C3C. Windows color (decimal): -11262850 or 8266836. OLE color: 8266836.

HSL color Cylindrical-coordinate representation of color #54247E: hue angle of 272º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54247E is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 36 126 -
CMYK 0.33 0.71 0 0.51
HSL 272º 0.56% 0.32% -
HSV(B) 272º 0.71% 0.49% -
XYZ 8.05 4.65 20.21 -
YUV 60.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 84 36 126 0.33 0.71 0 0.51 272 0.56 0.32
Hex 54 24 7E 21 47 0 33 110 38 20
Octal 124 44 176 41 107 0 63 420 70 40
Binary 1010100 100100 1111110 100001 1000111 0 110011 100010000 111000 100000

Color Harmonies of #54247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54247E

Black with #54247E

Text Example


Text Example

White with #54247E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,36,126); }

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

background-color css

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

 a { background-color: rgb(84,36,126); }

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

border-color css

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

 span { border-color: rgb(84,36,126); }

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