Html Css Color HEX #54317C Kingfisher Daisy

📋 copy color: '#54317C'

red 84 ◦ green 49 ◦ blue 124

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

Shades of Kingfisher Daisy #54317C

Tints of Kingfisher Daisy #54317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.07%

 BLUE value IS 124 (48.83% from 255) = 48.25%

R = 32.68%
G = 19.07%
B = 48.25%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54317C (or 0x54317C) is known color: Kingfisher Daisy. HEX triplet: 54, 31 and 7C. RGB value is (84,49,124). Sum of RGB (Red+Green+Blue) = 84+49+124=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #54317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54317C is #ABCE83. Grayscale: #434343. Windows color (decimal): -11259524 or 8139092. OLE color: 8139092.

HSL color Cylindrical-coordinate representation of color #54317C: hue angle of 268º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54317C is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 49 124 -
CMYK 0.32 0.60 0 0.51
HSL 268º 0.43% 0.34% -
HSV(B) 268º 0.6% 0.49% -
XYZ 8.39 5.54 19.7 -
YUV 68.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 84 49 124 0.32 0.60 0 0.51 268 0.43 0.34
Hex 54 31 7C 20 3C 0 33 10C 2B 22
Octal 124 61 174 40 74 0 63 414 53 42
Binary 1010100 110001 1111100 100000 111100 0 110011 100001100 101011 100010

Color Harmonies of #54317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54317C

Black with #54317C

Text Example


Text Example

White with #54317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,49,124); }

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

background-color css

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

 a { background-color: rgb(84,49,124); }

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

border-color css

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

 span { border-color: rgb(84,49,124); }

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