#54336B

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

Shades of Honey Flower #54336B

Tints of Honey Flower #54336B

Color information

#54336B (or 0x54336B) is unknown color: approx Honey Flower. HEX triplet: 54, 33 and 6B. RGB value is (84,51,107). Sum of RGB (Red+Green+Blue) = 84+51+107=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #54336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54336B is #ABCC94. Grayscale: #434343. Windows color (decimal): -11259029 or 7025492. OLE color: 7025492.

HSL color Cylindrical-coordinate representation of color #54336B: hue angle of 275.36º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54336B is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8451107-
CMYK0.210.5200.58
HSL275.36º35.44%30.98%-
HSV(B)275.36º52.34%41.96%-
XYZ7.495.3114.54-
YUV67.25150.43139.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.71%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 107 (42.19% from 255) = 44.21%
R=34.71%
G=21.07%
B=44.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84511070.210.5200.58275.3635.4430.98
Hex54336B153403A113231f
Octal1246315325640724234337
Binary1010100110011110101110101110100011101010001001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54336B; }

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

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

<style>
 a { background-color: #54336B; }

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

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

<style>
 span { border-color: #54336B; }

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

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