Html Css Color HEX #54337D Kingfisher Daisy

📋 copy color: '#54337D'

red 84 ◦ green 51 ◦ blue 125

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

Shades of Kingfisher Daisy #54337D

Tints of Kingfisher Daisy #54337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 32.31%
G = 19.62%
B = 48.08%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54337D (or 0x54337D) is known color: Kingfisher Daisy. HEX triplet: 54, 33 and 7D. RGB value is (84,51,125). Sum of RGB (Red+Green+Blue) = 84+51+125=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #54337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54337D is #ABCC82. Grayscale: #454545. Windows color (decimal): -11259011 or 8205140. OLE color: 8205140.

HSL color Cylindrical-coordinate representation of color #54337D: hue angle of 266.76º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54337D is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 51 125 -
CMYK 0.33 0.59 0 0.51
HSL 266.76º 0.42% 0.35% -
HSV(B) 266.76º 0.59% 0.49% -
XYZ 8.54 5.73 20.06 -
YUV 69.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 84 51 125 0.33 0.59 0 0.51 266.76 0.42 0.35
Hex 54 33 7D 21 3B 0 33 10B 2A 23
Octal 124 63 175 41 73 0 63 413 52 43
Binary 1010100 110011 1111101 100001 111011 0 110011 100001011 101010 100011

Color Harmonies of #54337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54337D

Black with #54337D

Text Example


Text Example

White with #54337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,51,125); }

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

background-color css

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

 a { background-color: rgb(84,51,125); }

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

border-color css

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

 span { border-color: rgb(84,51,125); }

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