#54387C

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

Shades of Kingfisher Daisy #54387C

Tints of Kingfisher Daisy #54387C

Color information

#54387C (or 0x54387C) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 38 and 7C. RGB value is (84,56,124). Sum of RGB (Red+Green+Blue) = 84+56+124=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #54387C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54387C is #ABC783. Grayscale: #474747. Windows color (decimal): -11257732 or 8140884. OLE color: 8140884.

HSL color Cylindrical-coordinate representation of color #54387C: hue angle of 264.71º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54387C is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8456124-
CMYK0.320.5500.51
HSL264.71º37.78%35.29%-
HSV(B)264.71º54.84%48.63%-
XYZ8.716.1719.8-
YUV72.12157.28136.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=31.82%
G=21.21%
B=46.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84561240.320.5500.51264.7137.7835.29
Hex54387C20370331092623
Octal1247017440670634114643
Binary101010011100011111001000001101110110011100001001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,56,124); }

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

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

 a { background-color: rgb(84,56,124); }

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

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

 span { border-color: rgb(84,56,124); }

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