Html Css Color HEX #54328A Kingfisher Daisy

📋 copy color: '#54328A'

red 84 ◦ green 50 ◦ blue 138

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

Shades of Kingfisher Daisy #54328A

Tints of Kingfisher Daisy #54328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

 BLUE value IS 138 (54.3% from 255) = 50.74%

R = 30.88%
G = 18.38%
B = 50.74%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54328A (or 0x54328A) is known color: Kingfisher Daisy. HEX triplet: 54, 32 and 8A. RGB value is (84,50,138). Sum of RGB (Red+Green+Blue) = 84+50+138=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #54328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54328A is #ABCD75. Grayscale: #454545. Windows color (decimal): -11259254 or 9056852. OLE color: 9056852.

HSL color Cylindrical-coordinate representation of color #54328A: hue angle of 263.18º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54328A is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 50 138 -
CMYK 0.39 0.64 0 0.46
HSL 263.18º 0.47% 0.37% -
HSV(B) 263.18º 0.64% 0.54% -
XYZ 9.38 6 24.71 -
YUV 70.2 166.26 137.84 -
System Red Green Blue C M Y K H S L
Decimal 84 50 138 0.39 0.64 0 0.46 263.18 0.47 0.37
Hex 54 32 8A 27 40 0 2E 107 2F 25
Octal 124 62 212 47 100 0 56 407 57 45
Binary 1010100 110010 10001010 100111 1000000 0 101110 100000111 101111 100101

Color Harmonies of #54328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54328A

Black with #54328A

Text Example


Text Example

White with #54328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54328A; }

 p { color: rgb(84,50,138); }

 H1.HeaderClassName
 {
   color: #54328A;
 }
 .AnyTagClassName
 {
   color: #54328A;
 }
</style>

background-color css

<style>
 a { background-color: #54328A; }

 a { background-color: rgb(84,50,138); }

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

border-color css

<style>
 span { border-color: #54328A; }

 span { border-color: rgb(84,50,138); }

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