Html Css Color HEX #54268D Kingfisher Daisy

📋 copy color: '#54268D'

red 84 ◦ green 38 ◦ blue 141

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

Shades of Kingfisher Daisy #54268D

Tints of Kingfisher Daisy #54268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

 BLUE value IS 141 (55.47% from 255) = 53.61%

R = 31.94%
G = 14.45%
B = 53.61%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54268D (or 0x54268D) is known color: Kingfisher Daisy. HEX triplet: 54, 26 and 8D. RGB value is (84,38,141). Sum of RGB (Red+Green+Blue) = 84+38+141=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #54268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54268D is #ABD972. Grayscale: #3F3F3F. Windows color (decimal): -11262323 or 9250388. OLE color: 9250388.

HSL color Cylindrical-coordinate representation of color #54268D: hue angle of 266.8º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54268D is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 38 141 -
CMYK 0.40 0.73 0 0.45
HSL 266.8º 0.58% 0.35% -
HSV(B) 266.8º 0.73% 0.55% -
XYZ 9.16 5.19 25.72 -
YUV 63.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 84 38 141 0.40 0.73 0 0.45 266.8 0.58 0.35
Hex 54 26 8D 28 49 0 2D 10B 3A 23
Octal 124 46 215 50 111 0 55 413 72 43
Binary 1010100 100110 10001101 101000 1001001 0 101101 100001011 111010 100011

Color Harmonies of #54268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54268D

Black with #54268D

Text Example


Text Example

White with #54268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54268D; }

 p { color: rgb(84,38,141); }

 H1.HeaderClassName
 {
   color: #54268D;
 }
 .AnyTagClassName
 {
   color: #54268D;
 }
</style>

background-color css

<style>
 a { background-color: #54268D; }

 a { background-color: rgb(84,38,141); }

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

border-color css

<style>
 span { border-color: #54268D; }

 span { border-color: rgb(84,38,141); }

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