Html Css Color HEX #54278C Kingfisher Daisy

📋 copy color: '#54278C'

red 84 ◦ green 39 ◦ blue 140

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

Shades of Kingfisher Daisy #54278C

Tints of Kingfisher Daisy #54278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 31.94%
G = 14.83%
B = 53.23%

CMYK

 C value IS 0.4

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54278C (or 0x54278C) is known color: Kingfisher Daisy. HEX triplet: 54, 27 and 8C. RGB value is (84,39,140). Sum of RGB (Red+Green+Blue) = 84+39+140=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #54278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54278C is #ABD873. Grayscale: #3F3F3F. Windows color (decimal): -11262068 or 9185108. OLE color: 9185108.

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

Color convert

RGB 84 39 140 -
CMYK 0.4 0.72 0 0.45
HSL 266.73º 0.56% 0.35% -
HSV(B) 266.73º 0.72% 0.55% -
XYZ 9.12 5.23 25.34 -
YUV 63.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 84 39 140 0.4 0.72 0 0.45 266.73 0.56 0.35
Hex 54 27 8C 28 48 0 2D 10B 38 23
Octal 124 47 214 50 110 0 55 413 70 43
Binary 1010100 100111 10001100 101000 1001000 0 101101 100001011 111000 100011

Color Harmonies of #54278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54278C

Black with #54278C

Text Example


Text Example

White with #54278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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