#54377A

Color #54377A Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #54377A

Tints of Kingfisher Daisy #54377A

Color information

#54377A (or 0x54377A) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 37 and 7A. RGB value is (84,55,122). Sum of RGB (Red+Green+Blue) = 84+55+122=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #54377A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54377A is #ABC885. Grayscale: #474747. Windows color (decimal): -11257990 or 8009556. OLE color: 8009556.

HSL color Cylindrical-coordinate representation of color #54377A: hue angle of 265.97º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54377A is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8455122-
CMYK0.310.5500.52
HSL265.97º37.85%34.71%-
HSV(B)265.97º54.92%47.84%-
XYZ8.546.0219.12-
YUV71.31156.61137.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 122 (48.05% from 255) = 46.74%
R=32.18%
G=21.07%
B=46.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84551220.310.5500.52265.9737.8534.71
Hex54377A1F3703410a2623
Octal1246717237670644124643
Binary10101001101111111010111111101110110100100001010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,55,122); }

 H1.HeaderClassName
 {
   color: #54377A;
 }
 .AnyTagClassName
 {
   color: #54377A;
 }
</style>
background-color css

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

 a { background-color: rgb(84,55,122); }

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

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

 span { border-color: rgb(84,55,122); }

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