#53376B

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

Shades of Honey Flower #53376B

Tints of Honey Flower #53376B

Color information

#53376B (or 0x53376B) is unknown color: approx Honey Flower. HEX triplet: 53, 37 and 6B. RGB value is (83,55,107). Sum of RGB (Red+Green+Blue) = 83+55+107=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #53376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53376B is #ACC894. Grayscale: #454545. Windows color (decimal): -11323541 or 7026515. OLE color: 7026515.

HSL color Cylindrical-coordinate representation of color #53376B: hue angle of 272.31º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53376B is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8355107-
CMYK0.220.4900.58
HSL272.31º32.1%31.76%-
HSV(B)272.31º48.6%41.96%-
XYZ7.595.6314.6-
YUV69.3149.28137.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=33.88%
G=22.45%
B=43.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83551070.220.4900.58272.3132.131.76
Hex53376B163103A1102020
Octal1236715326610724204040
Binary10100111101111101011101101100010111010100010000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,55,107); }

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

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

 a { background-color: rgb(83,55,107); }

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

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

 span { border-color: rgb(83,55,107); }

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