#54386E

Color #54386E Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #54386E

Tints of Honey Flower #54386E

Color information

#54386E (or 0x54386E) is unknown color: approx Honey Flower. HEX triplet: 54, 38 and 6E. RGB value is (84,56,110). Sum of RGB (Red+Green+Blue) = 84+56+110=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #54386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54386E is #ABC791. Grayscale: #464646. Windows color (decimal): -11257746 or 7223380. OLE color: 7223380.

HSL color Cylindrical-coordinate representation of color #54386E: hue angle of 271.11º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54386E is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8456110-
CMYK0.240.4900.57
HSL271.11º32.53%32.55%-
HSV(B)271.11º49.09%43.14%-
XYZ7.885.8415.46-
YUV70.53150.28137.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.6%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 110 (43.36% from 255) = 44%
R=33.6%
G=22.4%
B=44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84561100.240.4900.57271.1132.5332.55
Hex54386E183103910f2121
Octal1247015630610714174141
Binary10101001110001101110110001100010111001100001111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54386E; }

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

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

<style>
 a { background-color: #54386E; }

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

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

<style>
 span { border-color: #54386E; }

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

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